Provides access to members that enumerate through ServerObjectTypeInfos.
Members
Name | Description | |
---|---|---|
Count | The number of ServerObjectTypeInfos in the enumeration. | |
Next | Returns the next ServerObjectTypeInfo in the enumeration. | |
Reset | Starts the enumeration at the beginning. |
IEnumServerObjectTypeInfo.Count Property
The number of ServerObjectTypeInfos in the enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumServerObjectTypeInfo.Next Method
Returns the next ServerObjectTypeInfo in the enumeration.
Public Function Next ( _
) As IServerObjectTypeInfo
public IServerObjectTypeInfo Next (
);
IEnumServerObjectTypeInfo.Reset Method
Starts the enumeration at the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumServerObjectTypeInfo
Classes | Description |
---|