TryParseMethodCallShape(String, out String, out String, out String, out String) Method

Definition

Assembly XamlToCSharpGenerator.Core.dll
public static bool TryParseMethodCallShape(string rawExpression, scoped out string normalizedExpression, scoped out string methodName, scoped out string argumentsText, scoped out string errorMessage)

Parameters

rawExpression
String
normalizedExpression
String
methodName
String
argumentsText
String
errorMessage
String

Returns