C# Class HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

The split reflexive.
Inheritance: HaloMap.Meta.Meta.Reflexive
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ChunkResources List
Chunks List
MS System.IO.MemoryStream
inchunknumber int
label string
realTagIndex int
realtranslation int
splitReflexiveType SplitReflexiveType

Public Methods

Method Description
Find ( int offset ) : Meta.Item

The find.

SplitReflexive ( ) : System.Collections.Generic

Initializes a new instance of the SplitReflexive class.

SplitReflexive ( SplitReflexive sr ) : System.Collections.Generic

Initializes a new instance of the SplitReflexive class.

Method Details

Find() public method

The find.
public Find ( int offset ) : Meta.Item
offset int The offset.
return HaloMap.Meta.Meta.Item

SplitReflexive() public method

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

SplitReflexive() public method

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

Property Details

ChunkResources public property

The chunk resources.
public List ChunkResources
return List

Chunks public property

The chunks.
public List Chunks
return List

MS public property

The ms.
public MemoryStream,System.IO MS
return System.IO.MemoryStream

inchunknumber public property

The inchunknumber.
public int inchunknumber
return int

label public property

The label.
public string label
return string

realTagIndex public property

The realTagIndex.
public int realTagIndex
return int

realtranslation public property

The realtranslation.
public int realtranslation
return int

splitReflexiveType public property

The split reflexive type.
public SplitReflexiveType splitReflexiveType
return SplitReflexiveType