Location<T> Class

Definition

Provides a typed reference to a value used by an Argument or Variable.

generic <typename T>
public ref class Location : System::Activities::Location
[System.Runtime.Serialization.DataContract]
public class Location<T> : System.Activities.Location
[<System.Runtime.Serialization.DataContract>]
type Location<'T> = class
    inherit Location
Public Class Location(Of T)
Inherits Location

Type Parameters

T

The type of the value.

Inheritance
Location<T>
Attributes

Constructors

Location<T>()

Initializes a new instance of the Location<T> class.

Properties

LocationType

Gets the type of the value referenced by the location.

Value

Gets or sets the value of the referenced object.

ValueCore

Gets or sets the value of the referenced object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the string representation of the value of the referenced object.

Applies to