PropertyKeyedCollection1.Contains
PropertyKeyedCollection<T>.Contains method
确定是否PropertyCollection
包含具有指定名称的属性。
public bool Contains(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 物业名称 |
返回值
如果PropertyCollection
包含具有指定名称的属性;否则,假的。
确定是否PropertyCollection
包含具有指定名称的属性。
public bool Contains(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 物业名称 |
如果PropertyCollection
包含具有指定名称的属性;否则,假的。