C# Class NCop.Weaving.FieldBuilderDefinition

Inheritance: IFieldBuilderDefinition
Mostrar archivo Open project: sagifogel/NCop

Public Methods

Method Description
FieldBuilderDefinition ( Type type, TypeBuilder typeBuilder, string fieldName = null, FieldAttributes fieldAttributes = null ) : System

Method Details

FieldBuilderDefinition() public method

public FieldBuilderDefinition ( Type type, TypeBuilder typeBuilder, string fieldName = null, FieldAttributes fieldAttributes = null ) : System
type System.Type
typeBuilder System.Reflection.Emit.TypeBuilder
fieldName string
fieldAttributes FieldAttributes
return System