C# Класс TagTool.Serialization.TagFieldEnumerator

Allows easy enumeration over a tag structure's elements and filtering by version.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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