Interface ICsAttributeParameterValue
The model information for an attributes parameter value for c# implementation.
Inherited Members
Namespace: CodeFactory.DotNet.CSharp
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ICsAttributeParameterValue : ICsModel, IDotNetAttributeParameterValue, IDotNetModel, IModelStatus
Properties
| Improve this Doc View SourceTypeValue
The type definition of the parameter that was passed. This will be populated if the property ParameterKind is set to 'Type'
Declaration
CsType TypeValue { get; }
Property Value
Type | Description |
---|---|
CsType |
Values
Gets an enumeration of all the parameter values that were assigned to the attribute parameter. This will be populated if the property ParameterKind is set to 'Array'
Declaration
IReadOnlyList<CsAttributeParameterValue> Values { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<CsAttributeParameterValue> |