CookieCollectionGetEnumerator Method |
Gets the enumerator used to iterate through the collection.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public IEnumerator GetEnumerator()
Return Value
Type:
IEnumerator
An
IEnumerator instance used to iterate through the collection.
Implements
IEnumerableGetEnumeratorSee Also