public static void SetPropertyEx(this INiHierarchy self, NiHierarchyProperty property, object value) { SetPropertyEx(self, (int)property, value); }
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)); }