Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NCop
Weaving
FieldBuilderDefinition
C# Class NCop.Weaving.FieldBuilderDefinition
Inheritance:
IFieldBuilderDefinition
Exibir arquivo
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