InitializerExpression
Gets the initializer expression (i.e. the expression at the right hand of the equal sign) of the field-like event, if any. When the event is defined in source code, this property returns an ISourceExpression, which exposes a TypedConstant when possible.
Declaration
IExpression? InitializerExpression { get; }
Property Value
Type | Description |
---|---|
IExpression |