C# Class TerraFX.Interop.Xlib.NativeTypeNameAttribute

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

Méthodes publiques

Méthode Description
NativeTypeNameAttribute ( string name ) : System

Initializes a new instance of the NativeTypeNameAttribute class.

Method Details

NativeTypeNameAttribute() public méthode

Initializes a new instance of the NativeTypeNameAttribute class.
public NativeTypeNameAttribute ( string name ) : System
name string The name of the type that was used in the native signature.
Résultat System