C# Class TerraFX.Interop.Xlib.NativeTypeNameAttribute

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

Public Methods

Method Description
NativeTypeNameAttribute ( string name ) : System

Initializes a new instance of the NativeTypeNameAttribute class.

Method Details

NativeTypeNameAttribute() public method

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