BulletedStringCollection MethodsCleanCode C# Libraries v1.2.03 API
The BulletedStringCollection type exposes the following members.
Methods

  NameDescription
Public methodOnlineAdd (Inherited from OnlineCollection OnlineString .)
Public methodOnlineClear (Inherited from OnlineCollection OnlineString .)
Protected methodOnlineClearItems (Inherited from OnlineCollection OnlineString .)
Public methodOnlineContains (Inherited from OnlineCollection OnlineString .)
Public methodOnlineCopyTo (Inherited from OnlineCollection OnlineString .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetEnumerator (Inherited from OnlineCollection OnlineString .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineIndexOf (Inherited from OnlineCollection OnlineString .)
Public methodOnlineInsert (Inherited from OnlineCollection OnlineString .)
Protected methodOnlineInsertItem (Inherited from OnlineCollection OnlineString .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineRemove (Inherited from OnlineCollection OnlineString .)
Public methodOnlineRemoveAt (Inherited from OnlineCollection OnlineString .)
Protected methodOnlineRemoveItem (Inherited from OnlineCollection OnlineString .)
Protected methodOnlineSetItem
Replaces the element at the specified index.
(Inherited from OnlineCollection OnlineString .)
Public methodToString
Returns a OnlineString that renders the contents of the BulletedStringCollection organized as a bulleted list.
(Overrides OnlineObject ToString .)
Back to Top
See Also