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!

CoreXmlReader.GetInt16

[To be supplied.]

[Visual Basic]
Overridable Public Function GetInt16( _
   ByVal i As Integer _
) As Short
[C#]
public virtual short GetInt16(
   int i
);
[C++]
public: virtual short GetInt16(
   int i
);
[JScript]
public function GetInt16(
   i : int
) : Int16;

Parameters

i
[To be supplied.]

See Also

CoreXmlReader Class | CoreXmlReader Members | System.Data.XML Namespace