Search Results for

    Show / Hide Table of Contents

    Class ExtensionMethods

    Inheritance
    System.Object
    ExtensionMethods
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public static class ExtensionMethods

    Methods

    GetIds(IEnumerable<ProjectFile>)

    Declaration
    public static Guid[] GetIds(this IEnumerable<ProjectFile> projectFiles)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ProjectFile> projectFiles
    Returns
    Type Description
    System.Guid[]

    On this page

    • Methods
      • GetIds(IEnumerable<ProjectFile>)
    Back to top Generated by DocFX