ModelBuilder.UnitTests.NullExecuteStrategy.CreateWith C# (CSharp) Метод

CreateWith() публичный Метод

public CreateWith ( Type type ) : object
type System.Type
Результат object
        public object CreateWith(Type type, params object[] args)
        {
            throw new NotImplementedException();
        }