http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
A raw data storage
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public class BinaryFileStorage<T> : IEnumerable<T>, IEnumerable where T : struct, new() |
Visual Basic |
---|
Public Class BinaryFileStorage(Of T As {Structure, New}) _ Implements IEnumerable(Of T), IEnumerable |
Visual C++ |
---|
generic<typename T> where T : value class, gcnew() public ref class BinaryFileStorage : IEnumerable<T>, IEnumerable |
Type Parameters
- T
- The type of elments in the storage