Location Class
Definition
public ref class Location abstract
[System.Runtime.Serialization.DataContract]
public abstract class Location
[<System.Runtime.Serialization.DataContract>]
type Location = class
Public MustInherit Class Location
- Inheritance
-
Location
- Derived
- Attributes
Constructors
Location() |
Called by derived class constructors to initialize the object. |
Properties
LocationType |
When overridden in a derived class, gets the type of the referenced object. |
Value |
Gets or sets the value of the referenced object. |
ValueCore |
When overridden in a derived class, gets or sets the value of the object referenced by the location. |
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 a string that represents the current object. (Inherited from Object) |