コード例 #1
0
ファイル: FilterInput.cs プロジェクト: rajeshwarn/cs2php
 public static int?ValidateInt(Type type, string variable_name, IntFlags flags, IntOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: FilterInput.cs プロジェクト: exaphaser/cs2php
 public static int? ValidateInt(Type type, string variable_name, IntFlags flags, IntOptions options = null)
 {
     throw new NotImplementedException();
 }