Show / Hide Table of Contents

Class MemberInfo<T>

Represents a strongly-typed member data. This is considered internal code and not to be used by external applications.

Inheritance
System.Object
FixedInstanceSource<System.Reflection.MemberInfo>
MemberInfo<T>
Inherited Members
FixedInstanceSource<MemberInfo>.Get()
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.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class MemberInfo<T> : FixedInstanceSource<MemberInfo>, ISource<MemberInfo>
Type Parameters
T

The member's value type.

Constructors

MemberInfo(MemberInfo)

Declaration
public MemberInfo(MemberInfo instance)
Parameters
System.Reflection.MemberInfo instance

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
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)
ExtensionMethodsForConfiguration.GetMember(ISource<MemberInfo>)
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