C# Class GladNet.Serializer.GladNetMemberAttribute

Inheritance: System.Attribute
Show file Open project: HelloKitty/GladNet2

Public Methods

Method Description
GladNetMemberAttribute ( GladNetDataIndex dataIndex ) : System

Create a new member attribute for a target data.

Private Methods

Method Description
GladNetMemberAttribute ( int tagID ) : System

Method Details

GladNetMemberAttribute() public method

Create a new member attribute for a target data.
Throws if is outside of the range of valid s.
public GladNetMemberAttribute ( GladNetDataIndex dataIndex ) : System
dataIndex GladNetDataIndex A valid unique for this type.
return System