C# Class PclUnit.ParameterSet

ファイルを表示 Open project: jbtule/PclUnit

Public Methods

Method Description
GetDefaultParameterSet ( MethodInfo method ) : IEnumerable
GetDefaultParameterSet ( Type method ) : IEnumerable
ParameterSet ( ) : System
Release ( ) : bool
Retain ( ) : ParameterSet

Protected Methods

Method Description
DisposeParams ( ) : void

Method Details

DisposeParams() protected method

protected DisposeParams ( ) : void
return void

GetDefaultParameterSet() public static method

public static GetDefaultParameterSet ( MethodInfo method ) : IEnumerable
method System.Reflection.MethodInfo
return IEnumerable

GetDefaultParameterSet() public static method

public static GetDefaultParameterSet ( Type method ) : IEnumerable
method System.Type
return IEnumerable

ParameterSet() public method

public ParameterSet ( ) : System
return System

Release() public method

public Release ( ) : bool
return bool

Retain() public method

public Retain ( ) : ParameterSet
return ParameterSet