Method | Description | |
---|---|---|
Find ( Predicate |
||
Next ( ) : bool |
Moves to the next tag field in the structure. This must be called before accessing any of the other properties.
|
|
TagFieldEnumerator ( |
Constructs an enumerator over a tag structure.
|
Method | Description | |
---|---|---|
Begin ( ) : void | ||
GetCurrentPropertyInfo ( ) : bool |
public Find ( Predicate |
||
match | Predicate |
|
return |
public TagFieldEnumerator ( |
||
info | The info for the structure. Only fields which match the version used to create the info will be enumerated over. | |
return | System |