Location<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |