Value
Gets the Value for non-array types. For array types, get an array of a primitive type (e.g. int[]
)
instead of an array of TypedConstant.
Declaration
public object? Value { get; }
Property Value
Type | Description |
---|---|
object |
Metalama.Framework.Code.Collections
Metalama.Framework.Code.Comparers
Metalama.Framework.Code.DeclarationBuilders
Metalama.Framework.Code.Invokers
Metalama.Framework.Code.SyntaxBuilders
Metalama.Framework.Code.Types
Metalama.Framework.CodeFixes
Metalama.Framework.Diagnostics
Metalama.Framework.Eligibility
Metalama.Framework.Serialization
Gets the Value for non-array types. For array types, get an array of a primitive type (e.g. int[]
)
instead of an array of TypedConstant.
public object? Value { get; }
Type | Description |
---|---|
object |