CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CsAttributeParameterExtensions

    Extensions class that provides common automation tasks rolled up under standard extension methods that support the CsAttributeParameter model.

    Inheritance
    object
    CsAttributeParameterExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.Formatting.CSharp
    Assembly: CodeFactory.Formatting.CSharp.dll
    Syntax
    public static class CsAttributeParameterExtensions

    Methods

    | Improve this Doc View Source

    CSharpFormatAttributeParametersSignature(IReadOnlyList<CsAttributeParameter>)

    Extension method that creates the attributes parameters list for a attribute definition in c# syntax format.

    Declaration
    public static string CSharpFormatAttributeParametersSignature(this IReadOnlyList<CsAttributeParameter> source)
    Parameters
    Type Name Description
    IReadOnlyList<CsAttributeParameter> source

    THe source list of parameters to be created.

    Returns
    Type Description
    string

    The fully formatted parameters section of a attribute declaration.

    © CodeFactory, LLC. All rights reserved.