Class CsAttributeParameterValueExtensions
Extensions class that provides common automation tasks rolled up under standard extension methods that support the CsAttributeParameterValue model.
Inherited Members
Namespace: CodeFactory.Formatting.CSharp
Assembly: CodeFactory.Formatting.CSharp.dll
Syntax
public static class CsAttributeParameterValueExtensions
Methods
| Improve this Doc View SourceCSharpFormatAttributeParameterValueSignature(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. |