Show / Hide Table of Contents

Class ItemsBase<T>

Provides a general purpose container to resolve an instance of items.

Inheritance
System.Object
ItemsBase<T>
Items<T>
DefaultExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public abstract class ItemsBase<T> : IEnumerable<T>, IEnumerable, ISource<ImmutableArray<T>>
Type Parameters
T

The element type.

Methods

Get()

Retrieves the value within this container object.

Declaration
public virtual ImmutableArray<T> Get()
Returns
System.Collections.Immutable.ImmutableArray<T>

The resulting instance.

Implements
ISource<T>.Get()

GetEnumerator()

Declaration
public abstract IEnumerator<T> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<T>

Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator

Implements
System.Collections.IEnumerable.GetEnumerator()

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.Only<T>(IEnumerable<T>)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
ExtensionMethodsForCoreSources.Singleton<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToSourceDelegate<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToDelegate<T>(ISource<T>)
Back to top Generated by DocFX