Property | Type | Description | |
---|---|---|---|
SourceProp | string | ||
SourceType | |||
TargetProp | string | ||
TargetType |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
WeakEntry ( |
Initializes a new instance of the WeakEntry struct.
|
|
operator ( ) : bool |
Implements the operator !=.
|
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
return | bool |
public WeakEntry ( |
||
sourceType | Type of the source. | |
targetType | Type of the target. | |
sourceProp | string | The source prop. |
targetProp | string | The target prop. |
return | System |