C# Class Cilador.Fody.InterfaceMixins.InterfaceMixinAttribute

Inheritance: System.Attribute, IWeaveAttribute
Show file Open project: rileywhite/Cilador

Public Methods

Method Description
InterfaceMixinAttribute ( Type @interface ) : System

Creates a new InterfaceMixinAttribute.

Method Details

InterfaceMixinAttribute() public method

Creates a new InterfaceMixinAttribute.
public InterfaceMixinAttribute ( Type @interface ) : System
@interface System.Type
return System