InvokeMemberBinder.IgnoreCase 属性

定义

获取一个值,该值指示字符串比较是否应忽略成员名称大小写。

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

属性值

true 如果忽略大小写,则为 ;否则,为 false.

适用于