CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CsAttributeParameterValueExtensions

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

    Inheritance
    object
    CsAttributeParameterValueExtensions
    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 CsAttributeParameterValueExtensions

    Methods

    | Improve this Doc View Source

    CSharpFormatAttributeParameterValueSignature(CsAttributeParameterValue)

    Creates the implementation of an attribute value formatted for C#.

    Declaration
    public static string CSharpFormatAttributeParameterValueSignature(this CsAttributeParameterValue source)
    Parameters
    Type Name Description
    CsAttributeParameterValue source

    The source value to format.

    Returns
    Type Description
    string

    The formatted value, or null if the model does not exist.

    © CodeFactory, LLC. All rights reserved.