C# Class fitnesse.mtee.engine.FieldMember

Inheritance: RuntimeMember
Show file Open project: unclebob/nslim

Private Properties

Property Type Description

Public Methods

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

Method Details

FieldMember() public method

public FieldMember ( MemberInfo memberInfo, object instance ) : System
memberInfo System.Reflection.MemberInfo
instance object
return System

GetParameterType() public method

public GetParameterType ( int index ) : Type
index int
return System.Type

Invoke() public method

public Invoke ( object parameters ) : TypedValue
parameters object
return fitnesse.mtee.model.TypedValue

MatchesParameterCount() public method

public MatchesParameterCount ( int count ) : bool
count int
return bool