BasicLoader.Implementation.Model.Model.Model C# (CSharp) Méthode

Model() public méthode

public Model ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Model()
        {
            _parts = new List<IPart>();
        }