This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Range Constructor
[To be supplied.]
[Visual Basic]
Public Sub New( _
ByVal min As Integer, _ ByVal max As Integer _)[C#]
public Range(
int min, int max);[C++]
public: Range(
int min, int max);[JScript]
public function Range(
min : int,max : int);