System.Runtime.Serialization.DataMember.DataMember.DataMember C# (CSharp) Method

DataMember() private method

private DataMember ( System.Runtime.Serialization.DataContract memberTypeContract, string name, bool isNullable, bool isRequired, bool emitDefaultValue, int order ) : System
memberTypeContract System.Runtime.Serialization.DataContract
name string
isNullable bool
isRequired bool
emitDefaultValue bool
order int
return System
        internal DataMember(DataContract memberTypeContract, string name, bool isNullable, bool isRequired, bool emitDefaultValue, int order)
        {
            _helper = new CriticalHelper(memberTypeContract, name, isNullable, isRequired, emitDefaultValue, order);
        }

Same methods

DataMember.DataMember::DataMember ( ) : System
DataMember.DataMember::DataMember ( MemberInfo memberInfo ) : System