UnsafeString.ToCharArray Method |
Gets an ArraySegment<T> representing the current UnsafeString.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public ArraySegment<char> ToCharArray()
Return Value
Type: ArraySegment<Char>An ArraySegment<T> representing the current UnsafeString.