ModelBuilder.TypeCreatorBase.CreateInstance C# (CSharp) Метод

CreateInstance() защищенный абстрактный Метод

Creates an instance of the type with the specified arguments.
protected abstract CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type The type of instance to create.
referenceName string Identifies the possible parameter or property name the instance is intended for.
buildChain LinkedList The chain of instances built up to this point.
Результат object
        protected abstract object CreateInstance(Type type, string referenceName, LinkedList<object> buildChain,
            params object[] args);