C# Class Microsoft.JScript.ParameterDeclaration

Inheritance: System.Reflection.ParameterInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
ParameterDeclaration System
ParameterDeclaration System
PartiallyEvaluate void

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type attributeType, bool inherit ) : bool

Private Methods

Méthode Description
ParameterDeclaration ( Context context, String identifier, TypeExpression type, CustomAttributeList customAttributes ) : System
ParameterDeclaration ( Type type, String identifier ) : System
PartiallyEvaluate ( ) : void

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
Résultat Object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
Résultat Object[]

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool