示例#1
0
 public string this[IonicFileSystemType type]
 {
     get
     {
         return(base.GetPropertyValue(type));
     }
 }
示例#2
0
 public IonicFileSystemTypeAttribute(IonicFileSystemType type)
 {
     this.Type = type;
 }