public IList<XYZ> MixedDerivs { get; }
Public ReadOnly Property MixedDerivs As IList(Of XYZ) Get
public: property IList<XYZ^>^ MixedDerivs { IList<XYZ^>^ get (); }
member MixedDerivs : IList<XYZ> with get