xpidea.neuro.net.patterns.PatternsCollection.Add C# (CSharp) Méthode

Add() public méthode

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

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