public IList<BigInteger> SmallPrimesList { get; }
Public ReadOnly Property SmallPrimesList As IList(Of BigInteger) Get
public: property IList<BigInteger^>^ SmallPrimesList { IList<BigInteger^>^ get (); }
function get_SmallPrimesList();
In This Article