IField.TryGetFixedSizeBufferInfo Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to get information about the fixed-size buffer, if applicable.
bool TryGetFixedSizeBufferInfo([NotNullWhen(true)] out IType elementType, out int length)Parameters
elementTypeIType- When this method returns, contains the element type of the buffer if it is a fixed-size buffer; otherwise,
null. lengthint- When this method returns, contains the length of the buffer if it is a fixed-size buffer; otherwise, 0.
