xpidea.neuro.net.patterns.PatternsCollection.Remove C# (CSharp) 메소드

Remove() 공개 메소드

Removes a specific xpidea.neuro.net.patterns.Pattern from the xpidea.neuro.net.patterns.PatternsCollection .

is not found in the Collection.
public Remove ( Pattern value ) : void
value Pattern /// The to remove from the /// . ///
리턴 void
        public void Remove(Pattern value)
        {
            List.Remove(value);
        }