C# Class fitnesse.mtee.engine.FieldMember

Inheritance: RuntimeMember
Afficher le fichier Open project: unclebob/nslim

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FieldMember ( MemberInfo memberInfo, object instance ) : System
GetParameterType ( int index ) : Type
Invoke ( object parameters ) : TypedValue
MatchesParameterCount ( int count ) : bool

Method Details

FieldMember() public méthode

public FieldMember ( MemberInfo memberInfo, object instance ) : System
memberInfo System.Reflection.MemberInfo
instance object
Résultat System

GetParameterType() public méthode

public GetParameterType ( int index ) : Type
index int
Résultat System.Type

Invoke() public méthode

public Invoke ( object parameters ) : TypedValue
parameters object
Résultat fitnesse.mtee.model.TypedValue

MatchesParameterCount() public méthode

public MatchesParameterCount ( int count ) : bool
count int
Résultat bool