ExplicitImplementation Class

A class with an explicit interface implementation

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public class ExplicitImplementation : ICollection, 
	IEnumerable, ICloneable
Inheritance
Object    ExplicitImplementation
Implements
ICollection, IEnumerable, ICloneable

Remarks

Note that you must enable the DocumentExplicitInterfaceImplementations SHFB project options in order to see the explicitly implemented members.

Constructors

ExplicitImplementationInitializes a new instance of the ExplicitImplementation class

Methods

CloneCreates a new object that is a copy of the current instance.
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)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Explicit Interface Implementations

ICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
ICollectionCountGets the number of elements contained in the ICollection.
ICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
ICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
IEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.

See Also