[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for P:Sorm.Utils.EntryDescriptor.indexes]
Declaration Syntax
C# | Visual Basic | Visual C++ |
public List<IndexDescriptor> indexes { get; }
Public ReadOnly Property indexes As List(Of IndexDescriptor)
public: virtual property List<IndexDescriptor^>^ indexes { List<IndexDescriptor^>^ get () sealed; }