C# 클래스 Patcher.Data.Plugins.Content.Fields.ReferenceArray

상속: Field
파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
CopyField ( ) : Field
Equals ( Field other ) : bool
GetReferencedFormIds ( ) : IEnumerable
ReferenceArray ( ) : System
SetLength ( int length ) : void
ToString ( ) : string
this ( int index ) : uint

비공개 메소드들

메소드 설명
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

메소드 상세

CopyField() 공개 메소드

public CopyField ( ) : Field
리턴 Field

Equals() 공개 메소드

public Equals ( Field other ) : bool
other Field
리턴 bool

GetReferencedFormIds() 공개 메소드

public GetReferencedFormIds ( ) : IEnumerable
리턴 IEnumerable

ReferenceArray() 공개 메소드

public ReferenceArray ( ) : System
리턴 System

SetLength() 공개 메소드

public SetLength ( int length ) : void
length int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : uint
index int
리턴 uint