xpidea.neuro.net.patterns.PatternsCollection.IndexOf C# (CSharp) Method

IndexOf() public method

Returns the index of a in the xpidea.neuro.net.patterns.PatternsCollection .

public IndexOf ( Pattern value ) : int
value Pattern The to locate.
return int
        public int IndexOf(Pattern value)
        {
            return List.IndexOf(value);
        }