CoreStrings.DuplicatePropertyInKey(Object, Object) 方法

定义

属性 {propertyList} 不能用于键,因为它们包含重复的:“{property}”。

public static string DuplicatePropertyInKey (object propertyList, object property);
public static string DuplicatePropertyInKey (object? propertyList, object? property);
static member DuplicatePropertyInKey : obj * obj -> string
Public Shared Function DuplicatePropertyInKey (propertyList As Object, property As Object) As String

参数

propertyList
Object
property
Object

返回

适用于