Show / Hide Table of Contents

    Interface IMayHaveCreator<TCreator>

    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public interface IMayHaveCreator<TCreator>
    Type Parameters
    Name Description
    TCreator

    Properties

    | Improve this Doc View Source

    Creator

    Reference to the creator.

    Declaration
    TCreator Creator { get; set; }
    Property Value
    Type Description
    TCreator

    Extension Methods

    SerializationHelper.SerializeObject<T>(T)
    SerializationHelper.SerializeObjectUsingBinaryFormatter<T>(T)
    SerializationHelper.SerializeToXML<T>(T)
    GenericTypeExtensions.GetGenericTypeName(object)
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX