System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.GetArrayLengthQuota C# (CSharp) Méthode

GetArrayLengthQuota() protected méthode

protected GetArrayLengthQuota ( XmlObjectSerializerReadContext context ) : int
context XmlObjectSerializerReadContext
Résultat int
        protected int GetArrayLengthQuota(XmlObjectSerializerReadContext context)
        {
            return Math.Min(context.RemainingItemCount, int.MaxValue);
        }
XmlReaderDelegator.XmlReaderDelegator