Example #1
0
 public static void SetPropertyEx(this INiHierarchy self, NiHierarchyProperty property, object value)
 {
     SetPropertyEx(self, (int)property, value);
 }
 public static void SetPropertyEx(this INiHierarchy self, NiHierarchyProperty property, object value)
 {
     SetPropertyEx(self, (int)property, value);
 }
Example #3
0
 public static object GetPropertyEx(this INiHierarchy self, NiHierarchyProperty property)
 {
     return GetPropertyEx(self, (int)property);
 }
 public static object GetPropertyEx(this INiHierarchy self, NiHierarchyProperty property)
 {
     return(GetPropertyEx(self, (int)property));
 }