Esempio n. 1
0
 public static Boolean Is(TypeDef typeDef)
 {
     try
     {
         var cryptoStreamDef = new CryptoStreamDef(typeDef);
         return(true);
     }
     catch { return(false); }
 }
Esempio n. 2
0
		public static Boolean Is(TypeDef typeDef)
		{
			try
			{
				var cryptoStreamDef = new CryptoStreamDef(typeDef);
				return true;
			}
			catch { return false; }
		}