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