C# Class Patcher.Data.Plugins.Content.Fields.ReferenceArray

Inheritance: Field
Exibir arquivo Open project: unforbidable/patcher

Public Methods

Method Description
CopyField ( ) : Field
Equals ( Field other ) : bool
GetReferencedFormIds ( ) : IEnumerable
ReferenceArray ( ) : System
SetLength ( int length ) : void
ToString ( ) : string
this ( int index ) : uint

Private Methods

Method Description
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

Method Details

CopyField() public method

public CopyField ( ) : Field
return Field

Equals() public method

public Equals ( Field other ) : bool
other Field
return bool

GetReferencedFormIds() public method

public GetReferencedFormIds ( ) : IEnumerable
return IEnumerable

ReferenceArray() public method

public ReferenceArray ( ) : System
return System

SetLength() public method

public SetLength ( int length ) : void
length int
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : uint
index int
return uint