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