A filtering keyword descriptor.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DebuggerDisplay("Text = {_text}, Symbol = {_fltSym}, Rules = {_rules}")> Public Class FilterKeyword |
| C# |
|---|
| [DebuggerDisplay("Text = {_text}, Symbol = {_fltSym}, Rules = {_rules}")] public class FilterKeyword |
| C++ |
|---|
| [DebuggerDisplay(L"Text = {_text}, Symbol = {_fltSym}, Rules = {_rules}")] ref class FilterKeyword |
| J# |
|---|
| /** @attribute DebuggerDisplay("Text = {_text}, Symbol = {_fltSym}, Rules = {_rules}") */ public class FilterKeyword |
| JScript |
|---|
| public DebuggerDisplay("Text = {_text}, Symbol = {_fltSym}, Rules = {_rules}") class FilterKeyword |
Inheritance Hierarchy
System.Object
NetQuarry.FilterKeyword
NetQuarry.FilterKeyword
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.