Struct Shortcut<T>
Represents a (potential) shortcut with a forward and backward weight.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct Shortcut<T>
Type Parameters
|
T
|
Properties
Backward
Gets or sets the backward weight.
Declaration
public T Backward { get; set; }
Property Value
|
T
|
Forward
Gets or sets the forward weight.
Declaration
public T Forward { get; set; }
Property Value
|
T
|
Methods
ToString()
Gets a description of this struct.
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.ValueType.ToString()