Documentation for the Unity C# Library
Loading...
Searching...
No Matches
Delimiter.cs
Go to the documentation of this file.
1namespace yutokun
2{
3 public enum Delimiter
4 {
5 Auto,
6 Comma,
7 Tab
8 }
9}