Class PropertyWalker
Inheritance
PropertyWalker
Assembly: OpenSearch.Client.dll
Syntax
public class PropertyWalker
Constructors
|
Edit this page
View Source
PropertyWalker(Type, IPropertyVisitor, int)
Declaration
public PropertyWalker(Type type, IPropertyVisitor visitor, int maxRecursion = 0)
Parameters
Methods
|
Edit this page
View Source
GetProperties(ConcurrentDictionary<Type, int>, int)
Declaration
public IProperties GetProperties(ConcurrentDictionary<Type, int> seenTypes = null, int maxRecursion = 0)
Parameters
Returns
Extension Methods