C# Class HaloMap.ChunkCloning.MetaSplitter.SplitIdent

The split ident.
Inheritance: HaloMap.Meta.Meta.Ident
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
inchunknumber int

Public Methods

Method Description
SplitIdent ( ) : System.Collections.Generic

Initializes a new instance of the SplitIdent class.

SplitIdent ( SplitIdent si ) : System.Collections.Generic

Initializes a new instance of the SplitIdent class.

Method Details

SplitIdent() public method

Initializes a new instance of the SplitIdent class.
public SplitIdent ( ) : System.Collections.Generic
return System.Collections.Generic

SplitIdent() public method

Initializes a new instance of the SplitIdent class.
public SplitIdent ( SplitIdent si ) : System.Collections.Generic
si SplitIdent The si.
return System.Collections.Generic

Property Details

inchunknumber public_oe property

The inchunknumber.
public int inchunknumber
return int