public Matrix<float> Descriptor { get; set; }
Public Property Descriptor As Matrix(Of Single)
public: property Matrix<float>^ Descriptor { Matrix<float>^ get (); void set (Matrix<float>^ value); }