C# 클래스 PowerArgs.CommandLineArgumentsDefinitionFactory

A helper class that lets you create definition factories from Funcs
상속: ICommandLineArgumentsDefinitionFactory
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
Create ( CommandLineArgumentsDefinition>.Func fromOtherImpl ) : ICommandLineArgumentsDefinitionFactory

Creates a factory that can create a definition from a base definition

Create ( CommandLineArgumentsDefinition>.Func fromOtherImpl, Func fromNothingImpl ) : ICommandLineArgumentsDefinitionFactory

Creates a factory that can create a definition from a base definition or from nothing

Create ( Func fromNothingImpl ) : ICommandLineArgumentsDefinitionFactory

Creates a factory that can create a definition

MakeDefinition ( ) : CommandLineArgumentsDefinition

Creates a definition using the provided Func

MakeDefinition ( CommandLineArgumentsDefinition other ) : CommandLineArgumentsDefinition

Creates a definition from a base using the provided Func

비공개 메소드들

메소드 설명
CommandLineArgumentsDefinitionFactory ( CommandLineArgumentsDefinition>.Func fromOtherImpl, Func fromNothingImpl ) : System

메소드 상세

Create() 공개 정적인 메소드

Creates a factory that can create a definition from a base definition
public static Create ( CommandLineArgumentsDefinition>.Func fromOtherImpl ) : ICommandLineArgumentsDefinitionFactory
fromOtherImpl CommandLineArgumentsDefinition>.Func An implementation that can create one definition from another
리턴 ICommandLineArgumentsDefinitionFactory

Create() 공개 정적인 메소드

Creates a factory that can create a definition from a base definition or from nothing
public static Create ( CommandLineArgumentsDefinition>.Func fromOtherImpl, Func fromNothingImpl ) : ICommandLineArgumentsDefinitionFactory
fromOtherImpl CommandLineArgumentsDefinition>.Func An implementation that can create one definition from another
fromNothingImpl Func An implementation that can create a defunutuin
리턴 ICommandLineArgumentsDefinitionFactory

Create() 공개 정적인 메소드

Creates a factory that can create a definition
public static Create ( Func fromNothingImpl ) : ICommandLineArgumentsDefinitionFactory
fromNothingImpl Func An implementation that can create a defunutuin
리턴 ICommandLineArgumentsDefinitionFactory

MakeDefinition() 공개 메소드

Creates a definition using the provided Func
public MakeDefinition ( ) : CommandLineArgumentsDefinition
리턴 CommandLineArgumentsDefinition

MakeDefinition() 공개 메소드

Creates a definition from a base using the provided Func
public MakeDefinition ( CommandLineArgumentsDefinition other ) : CommandLineArgumentsDefinition
other CommandLineArgumentsDefinition the base definition
리턴 CommandLineArgumentsDefinition