C# Class Microsoft.JScript.JSParameterInfo

Inheritance: System.Reflection.ParameterInfo
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetCustomAttributes ( Type type, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Method Description
JSParameterInfo ( ParameterInfo parameter ) : System

Method Details

GetCustomAttributes() public final method

public final GetCustomAttributes ( Type type, bool inherit ) : Object[]
type System.Type
inherit bool
return Object[]

GetCustomAttributes() public final method

public final GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
return Object[]

IsDefined() public final method

public final IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
return bool