Show / Hide Table of Contents

Class Items<T>

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

Inheritance
System.Object
ItemsBase<T>
Items<T>
AllAssemblyTypes
AllAssemblyTypes<T>
AllTypesInSameNamespace
AllTypesInSameNamespace<T>
InspectedPropertyTypes
InspectedPropertyTypes<T>
NestedTypes
NestedTypes<T>
PublicAssemblyTypes
PublicAssemblyTypes<T>
PublicNestedTypes
PublicNestedTypes<T>
PublicTypesInSameNamespace
PublicTypesInSameNamespace<T>
Inherited Members
ItemsBase<T>.Get()
ItemsBase<T>.IEnumerable.GetEnumerator()
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 class Items<T> : ItemsBase<T>, IEnumerable<T>, IEnumerable, ISource<ImmutableArray<T>>
Type Parameters
T

The element type.

Constructors

Items(T[])

Declaration
public Items(params T[] items)
Parameters
T[] items

Items(IEnumerable<T>)

Declaration
public Items(IEnumerable<T> items)
Parameters
System.Collections.Generic.IEnumerable<T> items

Items(ImmutableArray<T>)

Declaration
public Items(ImmutableArray<T> items)
Parameters
System.Collections.Immutable.ImmutableArray<T> items

Methods

GetEnumerator()

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

Overrides
ExtendedXmlSerializer.Core.Sources.ItemsBase<T>.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