Class Location<T>
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class Location<T> : Location
Type Parameters
T
|
Constructors
Location()
Declaration
public Location()
Properties
LocationType
Declaration
public override Type LocationType { get; }
Property Value
System.Type
|
Overrides
Value
Declaration
public virtual T Value { get; set; }
Property Value
T
|
ValueCore
Declaration
protected override sealed object ValueCore { get; set; }
Property Value
System.Object
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|