Method Add Add(T) Adds a new value (unless it is already present). Declaration public bool Add(T item) Parameters Type Name Description T item The value to add. Returns Type Description bool True if the value is not already present.