C# Class TerraFX.Interop.PulseAudio.NativeInheritanceAttribute

Inheritance: Attribute
Afficher le fichier Open project: terrafx/terrafx.interop.pulseaudio

Méthodes publiques

Méthode Description
NativeInheritanceAttribute ( string name ) : System

Initializes a new instance of the NativeInheritanceAttribute class.

Method Details

NativeInheritanceAttribute() public méthode

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.
Résultat System