QsTypeKind<Type,UdtName,TParam,Characteristics>.Operation.Item1 Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 14, 0)]
[System.Diagnostics.DebuggerNonUserCode]
public Tuple<Type,Type> Item1 { [System.Diagnostics.DebuggerNonUserCode] get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 14, 0)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: System.Diagnostics.DebuggerNonUserCode>]
val Item1 : 'ype * 'ype
Public ReadOnly Property Item1 As Tuple(Of Type, Type)

Property Value

Tuple<Type,Type>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerNonUserCodeAttribute

Applies to