System.Runtime.Serialization.SerializationFieldInfo.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]
        public override Object[] GetCustomAttributes(bool inherit) {
            return m_field.GetCustomAttributes(inherit);
        }

Same methods

SerializationFieldInfo::GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]