Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / PacketDefinitionList Class / Add Method
PacketDefinition to add

In This Topic
    Add Method (PacketDefinitionList)
    In This Topic
    Adds a PacketDefinition to the list.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal item As PacketDefinition _
    ) As Integer
    public int Add( 
       PacketDefinition item
    )

    Parameters

    item
    PacketDefinition to add

    Return Value

    Returns the index of the newly added item. If a PacketDefinition for this type has already been added, an exception is raised.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also