Gets or sets the MetadataModel at the specified index.
Namespace:
FreeImageAPI.MetadataIn case the getter returns null the model is not contained by the list.
null can be used calling the setter to destroy the model.
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public MetadataModel this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As MetadataModel |
Visual C++ |
---|
public: property MetadataModel^ default[int index] { MetadataModel^ get (int index); } |
Parameters
- index
- Type: System..::.Int32
Index of the MetadataModel within this instance.