PropertyDelegate Class

Summary

Property delegate
Assembly
Rocket.Surgery.Reflection.Extensions.dll
Namespace
Rocket.Surgery.Reflection
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IEquatable<PropertyDelegate>"] Type["PropertyDelegate"] class Type type-node

Syntax

public class PropertyDelegate : IEquatable<PropertyDelegate>

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Properties

Name Value Summary
Delegate Delegate
Gets the delegate.
Path string
Gets the path.
PropertyType Type
Gets the type of the property.
RootType Type
Gets the type of the root.
StronglyTypedExpression Expression
Gets the strongly typed expression.

Methods

Name Value Summary
Equals(object) bool
Determines whether the specified object, is equal to this instance.
Equals(PropertyDelegate) bool
Indicates whether the current object is equal to another object of the same type.
GetHashCode() int
Returns a hash code for this instance.

Operators

Name Value Summary
operator !=(PropertyDelegate, PropertyDelegate) bool
operator ==(PropertyDelegate, PropertyDelegate) bool

Extension Methods

See Also

  • System.IEquatable`1