Determines if the token refers to the "this" or "me" object.
[Visual Basic] Function IsSelfReferenceKeyword( _ ByVal token As String _ ) As Boolean [C#] bool IsSelfReferenceKeyword( string token ); [C++] bool IsSelfReferenceKeyword( String* token ) = 0; [JScript] function IsSelfReferenceKeyword( token : String ) : Boolean;
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace