IDataFormat<T> interface IDataFormat<T> : IDataFormat where T : IDataFormat Typed interface for a data format that allows for creation. Documentation Code T Create(string name, int id) Creates a new instance of the data format.