Search Results for

    Show / Hide Table of Contents

    Class CloneExtensions

    Inheritance
    object
    CloneExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Infrastructure.Extensions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public static class CloneExtensions

    Methods

    Clone(IEnumerable<KeyValuePair<string, object>>)

    Declaration
    public static Dictionary<string, object> Clone(this IEnumerable<KeyValuePair<string, object>> dict)
    Parameters
    Type Name Description
    IEnumerable<KeyValuePair<string, object>> dict
    Returns
    Type Description
    Dictionary<string, object>

    CloneAll<T>(IEnumerable<T>)

    Declaration
    public static IEnumerable<T> CloneAll<T>(this IEnumerable<T> items) where T : ICloneable
    Parameters
    Type Name Description
    IEnumerable<T> items
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T

    CloneTo(IEnumerable<KeyValuePair<string, object>>, IDictionary<string, object>)

    Declaration
    public static void CloneTo(this IEnumerable<KeyValuePair<string, object>> dict, IDictionary<string, object> target)
    Parameters
    Type Name Description
    IEnumerable<KeyValuePair<string, object>> dict
    IDictionary<string, object> target
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.