C# Class Microsoft.Cci.MutableCodeModel.BoundField

Inheritance: Microsoft.Cci.MutableCodeModel.Expression, IBoundExpression
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
BoundField ( FieldDefinition field, ITypeReference type ) : System
Dispatch ( ICodeVisitor visitor ) : void

Method Details

BoundField() public méthode

public BoundField ( FieldDefinition field, ITypeReference type ) : System
field FieldDefinition
type ITypeReference
Résultat System

Dispatch() public méthode

public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
Résultat void