CoreStrings.ClientProjectionCapturingConstantInMethodInstance 方法

定义

客户端投影包含通过实例方法“{methodName}”对“{constantType}”常量表达式的引用。 这可能会导致内存泄漏;请考虑使 方法成为静态方法,以便它不会捕获 实例中的常量。 有关更多信息和示例,请参阅 https://go.microsoft.com/fwlink/?linkid=2103067

public static string ClientProjectionCapturingConstantInMethodInstance (object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodInstance (object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodInstance : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodInstance (constantType As Object, methodName As Object) As String

参数

constantType
Object
methodName
Object

返回

适用于