C# 클래스 TerraFX.Interop.PulseAudio.NativeTypeNameAttribute

상속: Attribute
파일 보기 프로젝트 열기: terrafx/terrafx.interop.pulseaudio

공개 메소드들

메소드 설명
NativeTypeNameAttribute ( string name ) : System

Initializes a new instance of the NativeTypeNameAttribute class.

메소드 상세

NativeTypeNameAttribute() 공개 메소드

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.
리턴 System