Exemple #1
0
 /// <summary>Output to a file.</summary>
 /// <remarks>
 /// Output to a file. This is a leaf node.
 /// Consider using "defaultFile" instead.
 /// </remarks>
 /// <param name="path">The file to write to</param>
 public static RedwoodConfiguration.IThunk File(Java.IO.File path)
 {
     return(File(path.GetPath()));
 }