ScriptStack 1.0.4
Loading...
Searching...
No Matches
Scanner.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
7
115 public interface Scanner
116 {
117
118 #region Public Methods
119
120 List<String> Scan(String strResourceName);
121
122 #endregion
123
124 }
125}
An interface to modify the default process of reading text files into Script's.
Definition Scanner.cs:116
List< String > Scan(String strResourceName)