C# Class Microsoft.Scripting.Runtime.ExtensionTypeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
ExtensionTypeAttribute ( Type extends, Type extensionType ) : System.Linq.Expressions

Marks a type in the assembly as being an extension type for another type.

Method Details

ExtensionTypeAttribute() public méthode

Marks a type in the assembly as being an extension type for another type.
public ExtensionTypeAttribute ( Type extends, Type extensionType ) : System.Linq.Expressions
extends System.Type The type which is being extended
extensionType System.Type The type which provides the extension members.
Résultat System.Linq.Expressions