System.Xml.Serialization.XmlReflectionImporter.CreateArrayAttribute C# (CSharp) Method

CreateArrayAttribute() private static method

private static CreateArrayAttribute ( TypeDesc typeDesc ) : XmlArrayAttribute
typeDesc TypeDesc
return XmlArrayAttribute
        private static XmlArrayAttribute CreateArrayAttribute(TypeDesc typeDesc)
        {
            XmlArrayAttribute xmlArrayItem = new XmlArrayAttribute();
            return xmlArrayItem;
        }