Class PropertyIteration
Inheritance
System.Object
PropertyIteration
Namespace: Eco.Core.Utils.PropertyScanning
Assembly: Eco.Core.dll
Syntax
public static class PropertyIteration : Object
Methods
IteratePropertiesAndSelf(Object, String)
Declaration
public static IEnumerable<ScanScope> IteratePropertiesAndSelf(object parent, string startingPath = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | parent | |
| System.String | startingPath |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ScanScope> |