Adf.Base.Configuration.ObjectFactoryConfigurationElementCollection.TypeAndName.TypeAndName C# (CSharp) Method

TypeAndName() public method

public TypeAndName ( Type type, string name ) : System
type System.Type
name string
return System
            public TypeAndName(Type type, string name)
            {
                _type = type;
                _name = name;
            }
ObjectFactoryConfigurationElementCollection.TypeAndName