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