C# 클래스 TagTool.Serialization.TagFieldEnumerator

Allows easy enumeration over a tag structure's elements and filtering by version.
파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
Find ( Predicate match ) : FieldInfo
Next ( ) : bool

Moves to the next tag field in the structure. This must be called before accessing any of the other properties.

TagFieldEnumerator ( TagStructureInfo info ) : System

Constructs an enumerator over a tag structure.

비공개 메소드들

메소드 설명
Begin ( ) : void
GetCurrentPropertyInfo ( ) : bool

메소드 상세

Find() 공개 메소드

public Find ( Predicate match ) : FieldInfo
match Predicate
리턴 System.Reflection.FieldInfo

Next() 공개 메소드

Moves to the next tag field in the structure. This must be called before accessing any of the other properties.
public Next ( ) : bool
리턴 bool

TagFieldEnumerator() 공개 메소드

Constructs an enumerator over a tag structure.
public TagFieldEnumerator ( TagStructureInfo info ) : System
info TagStructureInfo The info for the structure. Only fields which match the version used to create the info will be enumerated over.
리턴 System