TryGetPairedBracket Method
Gets the codepoint representing the bracket pairing for this instance.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool TryGetPairedBracket(
out Codepoint codepoint
)
Public Function TryGetPairedBracket (
<OutAttribute> ByRef codepoint As Codepoint
) As Boolean
member TryGetPairedBracket :
codepoint : Codepoint byref -> bool
Parameters
- Codepoint
- When this method returns, contains the codepoint representing the bracket pairing for this instance; otherwise, the default value for the type of the codepoint parameter. This parameter is passed uninitialized. .
Return Value
Boolean
true if this instance has a bracket pairing; otherwise, false
See Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace