Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<ArchiveDataBlockPointer> DataBlockPointers { get; }
Public ReadOnly Property DataBlockPointers As IList(Of ArchiveDataBlockPointer)
public: property IList<ArchiveDataBlockPointer^>^ DataBlockPointers { IList<ArchiveDataBlockPointer^>^ get (); }
Remarks
WARNING: DataBlockPointers is thread unsafe. Synchronized access is required.