Exemplo n.º 1
0
 public NativeEntryAttribute(NativeEntryType type, string entryName)
 {
     _type      = type;
     _entryName = entryName;
 }
Exemplo n.º 2
0
 public NativeEntryAttribute(NativeEntryType type)
 {
     _type = type;
 }