C# Class IKVM.Attributes.ThrowsAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: samskivert/ikvm-monotouch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ThrowsAttribute ( ) : IKVM.Reflection
ThrowsAttribute ( Type type ) : IKVM.Reflection
ThrowsAttribute ( string classes ) : IKVM.Reflection

Method Details

ThrowsAttribute() public méthode

public ThrowsAttribute ( ) : IKVM.Reflection
Résultat IKVM.Reflection

ThrowsAttribute() public méthode

public ThrowsAttribute ( Type type ) : IKVM.Reflection
type IKVM.Reflection.Type
Résultat IKVM.Reflection

ThrowsAttribute() public méthode

public ThrowsAttribute ( string classes ) : IKVM.Reflection
classes string
Résultat IKVM.Reflection