ModelBuilder.TypeCreatorBase.CreateInstance C# (CSharp) Méthode

CreateInstance() protected abstract méthode

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