Show / Hide Table of Contents

Class Location<T>

Inheritance
System.Object
Location
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
Location.LocationType

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
Location.ValueCore

Methods

ToString()

Declaration
public override string ToString()
Returns
System.String

Back to top Generated by DocFX