19 lines
821 B
C#
19 lines
821 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x0200004E RID: 78
|
|
[Token(Token = "0x200004E")]
|
|
public interface PIFMNIINPBA<TNode, TInputPort, TOutputPort, TCheckableConnection> : ICGMFALLCID where TNode : class, NLNCALNMFGJ<TNode, TInputPort, TOutputPort, TCheckableConnection> where TInputPort : class, ODLPMCMJJNJ<TNode, TInputPort, TOutputPort, TCheckableConnection> where TOutputPort : class, PIFMNIINPBA<TNode, TInputPort, TOutputPort, TCheckableConnection> where TCheckableConnection : class, DBBPKNDGNIM<TNode, TInputPort, TOutputPort, TCheckableConnection>
|
|
{
|
|
// Token: 0x170000A6 RID: 166
|
|
// (get) Token: 0x06000305 RID: 773
|
|
[Token(Token = "0x170000A6")]
|
|
IEnumerable<TCheckableConnection> NEHADGCNHDE
|
|
{
|
|
[Token(Token = "0x6000305")]
|
|
[Address(Slot = "0")]
|
|
get;
|
|
}
|
|
}
|