System.Xml.Serialization.SoapReflectionImporter.GetAttributes C# (CSharp) 메소드

GetAttributes() 개인적인 메소드

private GetAttributes ( MemberInfo memberInfo ) : SoapAttributes
memberInfo System.Reflection.MemberInfo
리턴 SoapAttributes
        SoapAttributes GetAttributes(MemberInfo memberInfo) {
            SoapAttributes attrs = attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];
            if (attrs != null) return attrs;
            return new SoapAttributes(memberInfo);
        }

Same methods

SoapReflectionImporter::GetAttributes ( Type type ) : SoapAttributes