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!

MethodBase.IsConstructor

If set, the method is a constructor.

[Visual Basic]
Public ReadOnly Property IsConstructor As Boolean
[C#]
public bool IsConstructor {get;}
[C++]
public: __property bool get_IsConstructor();
[JScript]
public function get IsConstructor() : Boolean;

Property Value

Read-only. true if this is method is a constructor; otherwise, false.

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean