C# Class Castle.DynamicProxy.Tests.CustomAttributeInfoTestCase.MyAttribute2

Inheritance: System.Attribute
Show file Open project: castleproject/Core

Public Methods

Method Description
MyAttribute2 ( int intArgument, string stringArgument, int arrayArgument ) : System

Method Details

MyAttribute2() public method

public MyAttribute2 ( int intArgument, string stringArgument, int arrayArgument ) : System
intArgument int
stringArgument string
arrayArgument int
return System