'Declaration
<NotNullAttribute()> Public Property ExtractArrayElementIndexes As Int32Collection
'Usage
Dim instance As CommonPoint Dim value As Int32Collection instance.ExtractArrayElementIndexes = value value = instance.ExtractArrayElementIndexes
[NotNull()] public Int32Collection ExtractArrayElementIndexes {get; set;}
[NotNull()] public: property Int32Collection^ ExtractArrayElementIndexes { Int32Collection^ get(); void set ( Int32Collection^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).