ModelBuilder.UnitTests.NullExecuteStrategy.CreateWith C# (CSharp) Method

CreateWith() public method

public CreateWith ( Type type ) : object
type System.Type
return object
        public object CreateWith(Type type, params object[] args)
        {
            throw new NotImplementedException();
        }