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();
        }