int ICompoundModel.Count { get; }
Private ReadOnly Property Count As Integer
Implements ICompoundModel.Count
Get
private:
virtual property int Count {
int get () sealed = ICompoundModel::Count::get;
}
private abstract Count : int with get
private override Count : int with get