Adf.ObjectFactory.ObjectBuilder.Configuration.SystemFactoryConfigurationElementCollection.TypeAndName.TypeAndName C# (CSharp) Méthode

TypeAndName() public méthode

public TypeAndName ( Type type, string name ) : System
type System.Type
name string
Résultat System
            public TypeAndName(Type type, string name)
            {
                _type = type;
                _name = name;
            }
SystemFactoryConfigurationElementCollection.TypeAndName