NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueType Class

Provides the base class for value types.

Object
   ValueType

[Visual Basic]
Public Class ValueType
[C#]
public class ValueType
[C++]
public __gc class ValueType
[JScript]
public class ValueType

Remarks

ValueType overrides the virtual methods from Object with more appropriate implementations for value types. See also Enum which inherits from ValueType.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ValueType Members | System Namespace