ISharedFeature<T>.Add(T) Method

Definition

Adds an instance to the shared collection.

public void Add (T feature);
abstract member Add : 'T -> unit
Public Sub Add (feature As T)

Parameters

feature
T

Feature to add

Applies to