C# Class Mono.Cecil.CustomAttributeNamedArgument

Mostra file Open project: jbevain/cecil Class Usage Examples

Public Methods

Method Description
CustomAttributeNamedArgument ( string name, CustomAttributeArgument argument ) : System

Method Details

CustomAttributeNamedArgument() public method

public CustomAttributeNamedArgument ( string name, CustomAttributeArgument argument ) : System
name string
argument CustomAttributeArgument
return System