VisualBasicFormattingInfoCaseSensitive Property
Gets a value that indicates whether the language to be formatted is case sensitive.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public bool CaseSensitive { get; }
Public ReadOnly Property CaseSensitive As Boolean
Get
public:
virtual property bool CaseSensitive {
bool get () sealed;
}
abstract CaseSensitive : bool with get
override CaseSensitive : bool with get
Boolean
Returns
.
IFormattingInfoCaseSensitive