public readonly struct PathItem : IEquatable<DynamicValueAccessorPathItem>Public Structure PathItem
Implements IEquatable(Of DynamicValueAccessorPathItem)public value class PathItem : IEquatable<DynamicValueAccessorPathItem>[<SealedAttribute>]
type PathItem =
struct
inherit ValueType
interface IEquatable<DynamicValueAccessorPathItem>
end| Index | Запрошенный числовой индекс. |
| ItemType | Способ, которым пользователь запросил элемент. |
| PropertyName | Имя запрошенного свойства. |
| CreateIndex | Создаёт экземпляр типа, определяющий запрос элемента через числовой индекс. |
| CreateMember | Создаёт экземпляр типа, определяющий запрос элемента через имя свойства. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Переопределяет ValueTypeEquals(Object)) |
| Equals(DynamicValueAccessorPathItem) | Indicates whether the current object is equal to another object of the same type. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Returns the hash code for this instance. (Переопределяет ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns the fully qualified type name of this instance. (Переопределяет ValueTypeToString) |
| Equality(DynamicValueAccessorPathItem, DynamicValueAccessorPathItem) | Сравнивает заданные значения на равенство. |
| Inequality(DynamicValueAccessorPathItem, DynamicValueAccessorPathItem) | Сравнивает заданные значения на неравенство. |