Class FamosFileComponentData<T>
This type provides the actual data of type T and additional information to interpret these.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileComponentData<T> : FamosFileComponentData where T : struct
Type Parameters
| Name | Description |
|---|---|
| T | The data type parameter. |
Properties
| Improve this Doc View SourceData
Gets the data of type T.
Declaration
public Span<T> Data { get; }
Property Value
| Type | Description |
|---|---|
| System.Span<T> |