Share via


DeleteMemberBinder.IgnoreCase 属性

定义

获取指示字符串比较是否应当忽略成员名称的大小写的值。

public:
 property bool IgnoreCase { bool get(); };
public bool IgnoreCase { get; }
member this.IgnoreCase : bool
Public ReadOnly Property IgnoreCase As Boolean

属性值

true 如果字符串比较应忽略大小写,则为 ;否则为 false

适用于