Click or drag to resize

CodePrinterCountLambdas Method

Helper method to find the number of lambdas in the C# `code` string

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public static int CountLambdas(
	string code
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:SphinxConnector.FluentApi.Helpers.CodePrinter.CountLambdas(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.Helpers.CodePrinter.CountLambdas(System.String)"]

See Also