SelectExpression.ApplyTags(ISet<String>) Method

Definition

Applies a given set of tags.

public void ApplyTags (System.Collections.Generic.ISet<string> tags);
member this.ApplyTags : System.Collections.Generic.ISet<string> -> unit
Public Sub ApplyTags (tags As ISet(Of String))

Parameters

tags
ISet<String>

A list of tags to apply.

Applies to