76 if (
this ==
null ||
this !=
null)
85 if (
this !=
null &&
this ==
null)
173 if (marshalAsAttribute !=
null)
203 if (type ==
null || type !=
null)
class f__AnonymousType0<< Count > j__TPar
static bool IsDefined(ICustomAttributeProvider obj, Type attributeType, bool inherit)
static object[] GetCustomAttributes(ICustomAttributeProvider obj, Type attributeType, bool inherit)
object[] GetPseudoCustomAttributes()
RuntimeParameterInfo(Type type, MemberInfo member, MarshalAsAttribute marshalAs)
RuntimeParameterInfo(string name, Type type, int position, int attrs, object defaultValue, MemberInfo member, MarshalAsAttribute marshalAs)
CustomAttributeData[] GetPseudoCustomAttributesData()
override bool IsDefined(Type attributeType, bool inherit)
object GetDefaultValueImpl(ParameterInfo pinfo)
MarshalAsAttribute marshalAs
override object[] GetCustomAttributes(Type attributeType, bool inherit)
static ParameterInfo New(Type type, MemberInfo member, MarshalAsAttribute marshalAs)
static ParameterInfo New(ParameterInfo pinfo, MemberInfo member)
RuntimeParameterInfo(ParameterInfo pinfo, MemberInfo member)
override object[] GetCustomAttributes(bool inherit)
override object DefaultValue
static void FormatParameters(StringBuilder sb, ParameterInfo[] p, CallingConventions callingConvention, bool serialization)
MarshalAsAttribute Copy()
StringBuilder Append(char value, int repeatCount)