C# Class Mono.Cecil.CustomAttributeArgument

Mostra file Open project: jbevain/cecil Class Usage Examples

Public Methods

Method Description
CustomAttributeArgument ( TypeReference type, object value ) : System

Method Details

CustomAttributeArgument() public method

public CustomAttributeArgument ( TypeReference type, object value ) : System
type TypeReference
value object
return System