ContentsIndexHome
PreviousUpNext
ITuple.Readonly Property

A value indicating whether the ITuple is read-only. Read-only tuples do not support the close, copy and setTuple methods.  

 

C#
bool Readonly;

Readonly tuples do not allow close, copy and setTuple