Beispiel #1
0
 public NativeEntryAttribute(NativeEntryType type, string entryName)
 {
     _type      = type;
     _entryName = entryName;
 }
Beispiel #2
0
 public NativeEntryAttribute(NativeEntryType type)
 {
     _type = type;
 }