G
Guest
Hello all.
I have a collection class that holds a number of clauses. One particular
type of clause has a member variable called type - this is an enum.
How do I check this collection class to see if it has a clause of a
particular type?
I know I'll have to implement a contains (or similar) method, but I'm after
code examples.
Thanks in advance.
Jon
I have a collection class that holds a number of clauses. One particular
type of clause has a member variable called type - this is an enum.
How do I check this collection class to see if it has a clause of a
particular type?
I know I'll have to implement a contains (or similar) method, but I'm after
code examples.
Thanks in advance.
Jon