[ObsoleteAttribute("Will be removed")]
public FrodoMatrixGenerator MGen { get; }
<ObsoleteAttribute("Will be removed")>
Public ReadOnly Property MGen As FrodoMatrixGenerator
Get
public:
[ObsoleteAttribute(L"Will be removed")]
property FrodoMatrixGenerator^ MGen {
FrodoMatrixGenerator^ get ();
}
function get_MGen();