PropertyPath Class |
Immutable property path with all components interned.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public sealed class PropertyPath : ISerializationCallback, IEquatable<PropertyPath>
The PropertyPath type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) | |
Equals(PropertyPath) |
Determines whether the current PropertyPath is equal to another.
| |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode().) | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |