BulletedStringCollection MembersCleanCode C# Libraries v1.2.03 API

The BulletedStringCollection type exposes the following members.
Constructors

  NameDescription
Public methodBulletedStringCollection
Initializes a new instance of the BulletedStringCollection class
Back to Top
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
Properties

  NameDescription
Public propertyStatic memberBullet
Gets or sets the bullet used to prefix each string in a list.
Public propertyOnlineCount (Inherited from OnlineCollection OnlineString .)
Public propertyStatic memberExceptionTokens
Gets or sets the set of exception tokens.
Public propertyOnlineItem
Gets or sets the element at the specified index.
(Inherited from OnlineCollection OnlineString .)
Protected propertyOnlineItems (Inherited from OnlineCollection OnlineString .)
Back to Top
See Also