|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DelegateEnumerator |
Public Member Functions | |
| delegate bool | FindPredicate (ref FileSystemEntry entry) |
| delegate TResult | FindTransform (ref FileSystemEntry entry) |
| FileSystemEnumerable (string directory, FindTransform transform, EnumerationOptions? options=null) | |
| IEnumerator< TResult > | GetEnumerator () |
Package Functions | |
| FileSystemEnumerable (string directory, FindTransform transform, EnumerationOptions options, bool isNormalized) | |
Properties | |
| FindPredicate? | ShouldIncludePredicate [get, set] |
| FindPredicate? | ShouldRecursePredicate [get, set] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| DelegateEnumerator | _enumerator |
| readonly FindTransform | _transform |
| readonly EnumerationOptions | _options |
| readonly string | _directory |
Definition at line 7 of file FileSystemEnumerable.cs.