C# Class Windows.Foundation.Metadata.GuidAttribute

Inheritance: Attribute
ファイルを表示 Open project: inthehand/Charming

Public Methods

Method Description
GuidAttribute ( uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k ) : System.Runtime.CompilerServices

Method Details

GuidAttribute() public method

public GuidAttribute ( uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k ) : System.Runtime.CompilerServices
a uint
b ushort
c ushort
d byte
e byte
f byte
g byte
h byte
i byte
j byte
k byte
return System.Runtime.CompilerServices