Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Warning(string, params string[])

Declaration

public void Warning(
    string message,
    params string[] tokens
)

Summary

When implemented in a class, searches the source directory for the first occurrence of the first token in tokens, and then starts searching there to find the first occurrence of each of the subsequent tokens within the same file. When found, outputs the warning message including the filename and line number where the last token was found.