C# Class Microsoft.Cci.MutableCodeModel.BoundField

Inheritance: Microsoft.Cci.MutableCodeModel.Expression, IBoundExpression
Exibir arquivo Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
BoundField ( FieldDefinition field, ITypeReference type ) : System
Dispatch ( ICodeVisitor visitor ) : void

Method Details

BoundField() public method

public BoundField ( FieldDefinition field, ITypeReference type ) : System
field FieldDefinition
type ITypeReference
return System

Dispatch() public method

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
return void