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.
generic <typename TItem>
public ref class Set : System::Collections::Generic::ICollection<TItem>, System::Collections::Generic::IEnumerable<TItem>
public class Set<TItem> : System.Collections.Generic.ICollection<TItem>, System.Collections.Generic.IEnumerable<TItem>
type Set<'Item> = class
interface ICollection<'Item>
interface seq<'Item>
interface IEnumerable
Public Class Set(Of TItem)
Implements ICollection(Of TItem), IEnumerable(Of TItem)