System.Data.XDRSchema.GetMinMax C# (CSharp) Method

GetMinMax() private method

private GetMinMax ( XmlElement elNode, int &minOccurs, int &maxOccurs ) : void
elNode System.Xml.XmlElement
minOccurs int
maxOccurs int
return void
        internal void GetMinMax(XmlElement elNode, ref int minOccurs, ref int maxOccurs)
        {
            GetMinMax(elNode, false, ref minOccurs, ref maxOccurs);
        }

Same methods

XDRSchema::GetMinMax ( XmlElement elNode, bool isAttribute, int &minOccurs, int &maxOccurs ) : void