'Declaration Public Property Weights As Integer(,)
'Usage Dim instance As FilterCustomOptions Dim value() As Integer instance.Weights = value value = instance.Weights
public int[,] Weights {get; set;}
public: __property int[,]* get_Weights(); public: __property void set_Weights( Int32[,]*[]* value );
public: property array<int,>^ Weights { array<int,>^ get(); void set ( array<Int32[,]^>^ value); }