Show / Hide Table of Contents

    Interface ICloneableThing<TThing>

    Interface for cloneable things.

    Namespace: Fibula.Common.Contracts.Abstractions
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public interface ICloneableThing<out TThing>
    
        where TThing : IThing
    Type Parameters
    Name Description
    TThing

    The type of thing being cloned.

    Methods

    | Improve this Doc View Source

    Clone()

    Creates a new TThing that is a shallow copy of the current instance.

    Declaration
    TThing Clone()
    Returns
    Type Description
    TThing

    A new TThing that is a shallow copy of this instance.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.