-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_Suffix_op_Implicit
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
String conversion operator
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static implicit operator string (
Suffix suffix
)
VB
Public Shared Widening Operator CType (
suffix As Suffix
) As String
F#
- suffix
- Type: CodeJam.Collections.Suffix
The suffix to convert
Type: String
[Missing documentation for "M:CodeJam.Collections.Suffix.op_Implicit(CodeJam.Collections.Suffix)~System.String"]