ModelBuilder.UnitTests.NullExecuteStrategy.CreateWith C# (CSharp) Méthode

CreateWith() public méthode

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