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

Inheritance: Field
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

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

Private Methods

Méthode Description
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

Method Details

CopyField() public méthode

public CopyField ( ) : Field
Résultat Field

Equals() public méthode

public Equals ( Field other ) : bool
other Field
Résultat bool

GetReferencedFormIds() public méthode

public GetReferencedFormIds ( ) : IEnumerable
Résultat IEnumerable

ReferenceArray() public méthode

public ReferenceArray ( ) : System
Résultat System

SetLength() public méthode

public SetLength ( int length ) : void
length int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : uint
index int
Résultat uint