Show / Hide Table of Contents

    Class NotSupportedExceptionDelegateFactory<TDelegate>

    Inheritance
    Object
    NotSupportedExceptionDelegateFactory<TDelegate>
    Implements
    Platform.Interfaces.IFactory<TDelegate>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Reflection.Sigil
    Assembly: Platform.Reflection.Sigil.dll
    Syntax
    public class NotSupportedExceptionDelegateFactory<TDelegate> : IFactory<TDelegate>
    Type Parameters
    Name Description
    TDelegate

    Methods

    | Improve this Doc View Source

    Create()

    Declaration
    public TDelegate Create()
    Returns
    Type Description
    TDelegate

    Implements

    Platform.Interfaces.IFactory<TProduct>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX