ImageReferenceCollection Class

This is a collection of image references

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public class ImageReferenceCollection : Collection<ImageReference>
Inheritance
Object    CollectionImageReference    ImageReferenceCollection

Constructors

ImageReferenceCollectionInitializes a new instance of the ImageReferenceCollection class

Properties

CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionImageReference)
ItemGets or sets the element at the specified index.
(Inherited from CollectionImageReference)
ItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionImageReference)

Methods

AddAdds an object to the end of the CollectionT.
(Inherited from CollectionImageReference)
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionImageReference)
ClearItemsRemoves all elements from the CollectionT.
(Inherited from CollectionImageReference)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionImageReference)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionImageReference)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionImageReference)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionImageReference)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionImageReference)
InsertItemInserts an element into the CollectionT at the specified index.
(Inherited from CollectionImageReference)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionImageReference)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionImageReference)
RemoveItemRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionImageReference)
Save Write the image reference collection to a media content file.
SetItemReplaces the element at the specified index.
(Inherited from CollectionImageReference)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also