RCFProto
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator Class Reference
Inheritance diagram for DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator:

Public Member Functions

 TransportProtocolListEnumerator (TransportProtocolList collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

TransportProtocol Current [get]
 

Detailed Description

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.

Constructor & Destructor Documentation

DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator.TransportProtocolListEnumerator ( TransportProtocolList  collection)

Member Function Documentation

void DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator.Dispose ( )
bool DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator.MoveNext ( )
void DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator.Reset ( )

Property Documentation

TransportProtocol DeltaVSoft.RCFProto.TransportProtocolList.TransportProtocolListEnumerator.Current
get

The documentation for this class was generated from the following file: