CodeWriter.IsUsing method
Returns true if the namespace is in list of usings.
public bool IsUsing(string ns)
| parameter | description |
|---|---|
| ns | The namespace to check. |
Return Value
True if the namespace is in the list of usings; otherwise, false.
See Also
- class CodeWriter