C# Class Microsoft.Scripting.Runtime.ExtensionTypeAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: jschementi/iron

Public Methods

Method 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 method

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.
return System.Linq.Expressions