ModelBuilder.TypeCreatorBase.CreateInstance C# (CSharp) Method

CreateInstance() protected abstract method

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.
return object
        protected abstract object CreateInstance(Type type, string referenceName, LinkedList<object> buildChain,
            params object[] args);