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

Add() public method

Adds a with the specified value to the xpidea.neuro.net.patterns.PatternsCollection .

public Add ( Pattern value ) : int
value Pattern The to add.
return int
        public int Add(Pattern value)
        {
            return List.Add(value);
        }