Gets the number of
Handler objects in the collection.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
Property Value
Int32
The number of
Handler objects in the collection.
Implements
IHandlersCount
Remarks
Return the number of
Handler objects in the collection.
See Also