[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.PlayerDB.FindPlayersCidr(System.Net.IPAddress,System.Byte)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static PlayerInfo[] FindPlayersCidr(
	IPAddress address,
	byte range
)

Parameters

address
IPAddress

[Missing <param name="address"/> documentation for "M:fCraft.PlayerDB.FindPlayersCidr(System.Net.IPAddress,System.Byte)"]

range
Byte

[Missing <param name="range"/> documentation for "M:fCraft.PlayerDB.FindPlayersCidr(System.Net.IPAddress,System.Byte)"]

Return Value

[Missing <returns> documentation for "M:fCraft.PlayerDB.FindPlayersCidr(System.Net.IPAddress,System.Byte)"]

See Also