Interface IInterpolatedStringHandlerCreationOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IInterpolatedStringHandlerCreationOperation : IOperation
Properties
Content
Declaration
IOperation Content { get; }
Property Value
HandlerAppendCallsReturnBool
Declaration
bool HandlerAppendCallsReturnBool { get; }
Property Value
HandlerCreation
Declaration
IOperation HandlerCreation { get; }
Property Value
HandlerCreationHasSuccessParameter
Declaration
bool HandlerCreationHasSuccessParameter { get; }
Property Value
Extension Methods