Click or drag to resize
UpdateSetBuilder Constructor (ISetString, ISetString, UpdateSetBuilder)

Namespace:  RiakClient.Commands.CRDT
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public Builder(
	ISet<string> additions,
	ISet<string> removals,
	UpdateSetBuilder source
)

Parameters

additions
Type: System.Collections.GenericISetString

[Missing <param name="additions"/> documentation for "M:RiakClient.Commands.CRDT.UpdateSet.Builder.#ctor(System.Collections.Generic.ISet{System.String},System.Collections.Generic.ISet{System.String},RiakClient.Commands.CRDT.UpdateSet.Builder)"]

removals
Type: System.Collections.GenericISetString

[Missing <param name="removals"/> documentation for "M:RiakClient.Commands.CRDT.UpdateSet.Builder.#ctor(System.Collections.Generic.ISet{System.String},System.Collections.Generic.ISet{System.String},RiakClient.Commands.CRDT.UpdateSet.Builder)"]

source
Type: RiakClient.Commands.CRDTUpdateSetBuilder

[Missing <param name="source"/> documentation for "M:RiakClient.Commands.CRDT.UpdateSet.Builder.#ctor(System.Collections.Generic.ISet{System.String},System.Collections.Generic.ISet{System.String},RiakClient.Commands.CRDT.UpdateSet.Builder)"]

See Also