public bool[][] MaskErrorTerms { get; set; }
Public Property MaskErrorTerms As Boolean()()
Get
Set
public:
property array<array<bool>^>^ MaskErrorTerms {
array<array<bool>^>^ get ();
void set (array<array<bool>^>^ value);
}
member MaskErrorTerms : bool[][] with get, set