public static IEnumerable<string> Names { get; }
Public Shared ReadOnly Property Names As IEnumerable(Of String)
Get
public:
static property IEnumerable<String^>^ Names {
IEnumerable<String^>^ get ();
}
Org.BouncyCastle.Asn1.Sec.SecNamedCurves.get_Names = function();