SetMemberBinder.IgnoreCase 属性

定义

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

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

属性值

true 如果忽略 case;否则为 false

适用于