Automata.Tests.CppTest.IsMatch C# (CSharp) Method

IsMatch() private method

private IsMatch ( int index, int size, byte str ) : int
index int
size int
str byte
return int
        private static extern int IsMatch(int index, int size, byte[] str);