Spring.Objects.Factory.Config.ManagedList.ManagedList C# (CSharp) Method

ManagedList() public method

Initializes a new instance of the ManagedList class that is empty and has the default initial capacity.
public ManagedList ( ) : System
return System
        public ManagedList()
        {
        }

Same methods

ManagedList::ManagedList ( int capacity ) : System