C# Class HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

The split reflexive.
Inheritance: HaloMap.Meta.Meta.Reflexive
Mostra 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_oe property

The chunk resources.
public List ChunkResources
return List

Chunks public_oe property

The chunks.
public List Chunks
return List

MS public_oe property

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

inchunknumber public_oe property

The inchunknumber.
public int inchunknumber
return int

label public_oe property

The label.
public string label
return string

realTagIndex public_oe property

The realTagIndex.
public int realTagIndex
return int

realtranslation public_oe property

The realtranslation.
public int realtranslation
return int

splitReflexiveType public_oe property

The split reflexive type.
public SplitReflexiveType splitReflexiveType
return SplitReflexiveType