ISharedFeature<T>.Add(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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