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!

Type.IsPointerImpl

Implements the IsPointer property and, when implemented by a derived class, determines whether the Type is a pointer.

[Visual Basic]
MustOverride Protected Function IsPointerImpl() As Boolean
[C#]
protected abstract bool IsPointerImpl();
[C++]
protected: virtual bool IsPointerImpl() = 0;
[JScript]
protected abstract function IsPointerImpl() : Boolean;

Return Value

true if the Type is a pointer; otherwise, false.

Remarks

Abstract. This method must be implemented by a derived class.

See Also

Type Class | Type Members | System Namespace | IsPointer