IShowable
System.IFormattable
ArrayBase<T>
, ArrayBase<T>.Range
, ArrayList<T>
, CircularQueue<T>
, CollectionBase<T>
, CollectionValueBase<T>
, DictionaryBase<K,V>
, DirectedCollectionBase<T>
, DirectedCollectionValueBase<T>
, GuardedCollection<T>
, GuardedCollectionValue<T>
, GuardedDictionary<K,V>
, GuardedDirectedCollectionValue<T>
, GuardedIndexedSorted<T>
, GuardedList<T>
, GuardedQueue<T>
, GuardedSequenced<T>
, GuardedSorted<T>
, GuardedSortedDictionary<K,V>
, HashBag<T>
, HashDictionary<K,V>
, HashedArrayList<T>
, HashedLinkedList<T>
, HashSet<T>
, IntervalHeap<T>
, LinkedList<T>
, SequencedBase<T>
, SortedArray<T>
, SortedDictionaryBase<K,V>
, TreeBag<T>
, TreeDictionary<K,V>
, TreeSet<T>
, WrappedArray<T>
ICollection<T>
, ICollectionValue<T>
, IDictionary<K,V>
, IDirectedCollectionValue<T>
, IExtensible<T>
, IIndexed<T>
, IIndexedSorted<T>
, IList<T>
, IPersistentSorted<T>
, IPriorityQueue<T>
, IQueue<T>
, ISequenced<T>
, ISorted<T>
, ISortedDictionary<K,V>
, IStack<T>
Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider)
A bool Show(System.Text.StringBuilder stringbuilder, ref int rest, System.IFormatProvider formatProvider) |
Format this using at most approximately rest chars and
append the result, possibly truncated, to stringbuilder.
Subtract the actual number of used chars from rest .
|