Allows a Namespaces collection to be treated as a SortedList
[Visual Basic] returnValue = Namespaces.op_Implicit(namespaces)[C#] public static implicit SortedList operator operator ( Namespaces namespaces ) [C++] public: static SortedList* op_Implicit( Namespaces* namespaces ) [JScript] returnValue = namespaces;
[Visual Basic] In Visual Basic, you can use the conversion operators defined by a type, but you cannot define your own.
[JScript] In JScript, you can use the conversion operators defined by a type, but you cannot define your own.
Namespaces Class | NDoc.Core Namespace