OperationParameterInfoCollection.ICollection<OperationParameterInfo>.Count プロパティ

定義

ICollection<T> に格納されている要素の数を取得します。

property int System::Collections::Generic::ICollection<System::Workflow::Activities::OperationParameterInfo>::Count { int get(); };
int System.Collections.Generic.ICollection<System.Workflow.Activities.OperationParameterInfo>.Count { get; }
member this.System.Collections.Generic.ICollection<System.Workflow.Activities.OperationParameterInfo>.Count : int
 ReadOnly Property Count As Integer Implements ICollection(Of OperationParameterInfo).Count

プロパティ値

ICollection<T> に格納されている要素の数。

実装

適用対象