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!

ParameterInfo.GetCustomAttributes

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overridable Public Function GetCustomAttributes() As Object ()
[C#] public virtual object[] GetCustomAttributes();
[C++] public: virtual Object* GetCustomAttributes() [];
[JScript] public function GetCustomAttributes() : Object[];

[To be supplied.]

[Visual Basic] Overloads Overridable Public Function GetCustomAttributes(Type) As Object ()
[C#] public virtual object[] GetCustomAttributes(Type);
[C++] public: virtual Object* GetCustomAttributes(Type*) [];
[JScript] public function GetCustomAttributes(Type) : Object[];

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace