C# Class TerraFX.Interop.PulseAudio.NativeInheritanceAttribute

Inheritance: Attribute
Datei anzeigen Open project: terrafx/terrafx.interop.pulseaudio

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