次の方法で共有


BuildCollection<TValue> コンストラクター

 

BuildCollection<TValue> クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod BuildCollection<TValue>()

BuildCollection<TValue> クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod BuildCollection<TValue>(InArgument<IEnumerable<TValue>>)

BuildCollection<TValue> クラスの新しいインスタンスを初期化します。

参照

BuildCollection<TValue> クラス
Microsoft.Activities 名前空間

トップに戻る

BuildCollection<TValue> コンストラクター ()

BuildCollection<TValue> クラスの新しいインスタンスを初期化します。

構文

public BuildCollection()
public:
BuildCollection()
new : unit -> BuildCollection
Public Sub New

トップに戻る

BuildCollection<TValue> コンストラクター (InArgument<IEnumerable<TValue>>)

BuildCollection<TValue> クラスの新しいインスタンスを初期化します。

構文

public BuildCollection(
    InArgument<IEnumerable<TValue>> collection
)
public:
BuildCollection(
    InArgument<IEnumerable<TValue>^>^ collection
)
new : 
        collection:InArgument<IEnumerable<'TValue>> -> BuildCollection
Public Sub New (
    collection As InArgument(Of IEnumerable(Of TValue))
)

パラメーター

トップに戻る