Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketDefinitionList Class
Properties Methods


PacketDefinitionList Class Members

The following tables list the members exposed by PacketDefinitionList.

Public Constructors
 NameDescription
Public ConstructorReturns an empty list.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements in the list.  
Public PropertyGets a particular item from the list.  
Top
Public Methods
 NameDescription
Public MethodAdds a PacketDefinition to the list.  
Public MethodThis method is called after a packet is successfully written to "lock-in" any changes to state data.  
Public MethodReturns an enumerator that iterates through a collection.  
Public MethodOverloaded. Gets the index of the corresponding PacketDefinition, if cached. Otherwise, returns -1.  
Public MethodThis method is called if a packet write fails to undo any changes to state data that will not be available to the IPacketReader reading the stream.  
Top
See Also