[To be supplied.]
[Visual Basic] Public Function IsInUse( _ ByVal identifier As String _ ) As Boolean [C#] public bool IsInUse( string identifier ); [C++] public: bool IsInUse( String* identifier ); [JScript] public function IsInUse( identifier : String ) : Boolean;
CodeIdentifiers Class | CodeIdentifiers Members | System.Xml.Serialization.Code Namespace