Class PropertyPath
Inheritance
System.Object
PropertyPath
Syntax
public class PropertyPath
Constructors
PropertyPath()
Declaration
Fields
InvalidListIndex
Declaration
public const int InvalidListIndex = -1
Field Value
Type |
Description |
System.Int32 |
|
Properties
Item[Int32]
Declaration
public PropertyPath.Part this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
PartsCount
Declaration
public int PartsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Clear()
Declaration
Pop()
Declaration
Push(String, Int32)
Declaration
public void Push(string name, int index = -1)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
index |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()