C# Class NativeInheritanceAttribute, terrafx.interop.windows

Inheritance: Attribute
Mostrar archivo Open project: terrafx/terrafx.interop.windows

Public Methods

Method Description
NativeInheritanceAttribute ( string name ) : System,

Initializes a new instance of the NativeInheritanceAttribute class.

Method Details

NativeInheritanceAttribute() public method

Initializes a new instance of the NativeInheritanceAttribute class.
public NativeInheritanceAttribute ( string name ) : System,
name string The name of the base type that was inherited from in the native signature.
return System,