C# Class IKVM.Attributes.ThrowsAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: samskivert/ikvm-monotouch

Private Properties

Property Type Description

Public Methods

Method Description
ThrowsAttribute ( ) : IKVM.Reflection
ThrowsAttribute ( Type type ) : IKVM.Reflection
ThrowsAttribute ( string classes ) : IKVM.Reflection

Method Details

ThrowsAttribute() public method

public ThrowsAttribute ( ) : IKVM.Reflection
return IKVM.Reflection

ThrowsAttribute() public method

public ThrowsAttribute ( Type type ) : IKVM.Reflection
type IKVM.Reflection.Type
return IKVM.Reflection

ThrowsAttribute() public method

public ThrowsAttribute ( string classes ) : IKVM.Reflection
classes string
return IKVM.Reflection