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!

EnumBuilder.IsPointerImpl

Returns true.

[Visual Basic]
Overrides Protected Function IsPointerImpl() As Boolean
[C#]
protected override bool IsPointerImpl();
[C++]
protected: override bool IsPointerImpl();
[JScript]
protected override function IsPointerImpl() : Boolean;

Return Value

true

See Also

EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace