C# Class System.Reflection.Emit.MethodBuilder.SymCustomAttr

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
m_data byte[]
m_name String

Public Methods

Method Description
SymCustomAttr ( String name, byte data ) : System.Text

Method Details

SymCustomAttr() public method

public SymCustomAttr ( String name, byte data ) : System.Text
name String
data byte
return System.Text

Property Details

m_data public_oe property

public byte[] m_data
return byte[]

m_name public_oe property

public String m_name
return String