public static KeyParameter Create<TState>(
int length,
TState state,
SpanAction<byte, TState> action
)
Public Shared Function Create(Of TState) (
length As Integer,
state As TState,
action As SpanAction(Of Byte, TState)
) As KeyParameter
public:
generic<typename TState>
static KeyParameter^ Create(
int length,
TState state,
SpanAction<unsigned char, TState>^ action
)