public: property int Count { int get(); };
public int Count { get; }
Public ReadOnly Property Count As Integer
ありがとうございます。