System.Net.WebProxyScriptHelper.WebProxyScriptHelper.MyMethodInfo.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( Type type, bool inherit ) : object[]
type Type
inherit bool
return object[]
            public override object[] GetCustomAttributes(Type type, bool inherit) {
                GlobalLog.Print("MyMethodInfo::GetCustomAttributes() inherit:" + inherit);
                return null;
            }
            public override bool IsDefined(Type type, bool inherit) {

Same methods

WebProxyScriptHelper.WebProxyScriptHelper.MyMethodInfo::GetCustomAttributes ( bool inherit ) : object[]