Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (48 loc) · 5.38 KB

File metadata and controls

66 lines (48 loc) · 5.38 KB

PlaceholderCollection Class

HomeConstructorsIndexersPropertiesMethods

Namespace: Pihrtsoft.Snippets

Assembly: Pihrtsoft.Snippets.dll


Represents the set of Placeholders. This collection is read-only.

public class PlaceholderCollection : System.Collections.ObjectModel.ReadOnlyCollection<Pihrtsoft.Snippets.Placeholder>

Inheritance

ObjectReadOnlyCollection<T> → PlaceholderCollection

Implements

Constructors

Constructor Summary
PlaceholderCollection(IList<Placeholder>) Initializes a new instance of the PlaceholderCollection class that is a read-only wrapper around the specified list.

Indexers

Indexer Summary
Item[Int32] (Inherited from ReadOnlyCollection<T>)
Item[String] Returns first placeholder with the specified identifier

Properties

Property Summary
Count (Inherited from ReadOnlyCollection<T>)
Items (Inherited from ReadOnlyCollection<T>)

Methods

Method Summary
Contains(Placeholder) (Inherited from ReadOnlyCollection<T>)
Contains(String) Determines whether the PlaceholderCollection contains an item with a specified identifier.
ContainsEnd() Determines whether the PlaceholderCollection contains an item with identifier equal to Placeholder.EndIdentifier.
ContainsSelected() Determines whether the PlaceholderCollection contains an item with identifier equal to Placeholder.SelectedIdentifier.
CopyTo(Placeholder[], Int32) (Inherited from ReadOnlyCollection<T>)
Equals(Object) (Inherited from Object)
Find(String) Returns first placeholder with the specified identifier
FindAll(String) Returns all placeholders with the specified identifier
GetEnumerator() (Inherited from ReadOnlyCollection<T>)
GetHashCode() (Inherited from Object)
GetType() (Inherited from Object)
IndexOf(Placeholder) (Inherited from ReadOnlyCollection<T>)
MemberwiseClone() (Inherited from Object)
ToString() (Inherited from Object)