System.Xml.Serialization.AccessorMapping.SortMostToLeastDerived C# (CSharp) Method

SortMostToLeastDerived() static private method

static private SortMostToLeastDerived ( ElementAccessor elements ) : void
elements ElementAccessor
return void
        internal static void SortMostToLeastDerived(ElementAccessor[] elements)
        {
            Array.Sort(elements, new AccessorComparer());
        }