예제 #1
0
 public static RawDataFile GetRawFile([NotNull] this IDataWrapper data, [NotNull] string name)
 {
     return(data.GetFile <RawDataFile>(name));
 }
예제 #2
0
 public static IniFile GetIniFile([NotNull] this IDataWrapper data, [NotNull] string name)
 {
     return(data.GetFile <IniFile>(name));
 }
예제 #3
0
 public static LutDataFile GetLutFile([NotNull] this IDataWrapper data, [NotNull] string name)
 {
     return(data.GetFile <LutDataFile>(name));
 }