C# 클래스 NCop.Weaving.FieldBuilderDefinition

상속: IFieldBuilderDefinition
파일 보기 프로젝트 열기: sagifogel/NCop

공개 메소드들

메소드 설명
FieldBuilderDefinition ( Type type, TypeBuilder typeBuilder, string fieldName = null, FieldAttributes fieldAttributes = null ) : System

메소드 상세

FieldBuilderDefinition() 공개 메소드

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
리턴 System