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

Counts the specified type.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int Count(
	ushort type,
	ushort color
)
Public Shared Function Count ( _
	type As UShort, _
	color As UShort _
) As Integer
public:
static int Count(
	unsigned short type, 
	unsigned short color
)

Parameters

type
UInt16
The type.
color
UInt16
The color.

Return Value

See Also