// // BooleanType.cs // // Author: // Chris J Breisch (cjbreisch@altavista.net) (auto-generated by ClassGenerator) // // (C) 2002 Chris J Breisch // namespace Microsoft.VisualBasic.CompilerServices { [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute] [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] sealed public class BooleanType { // Declarations // Constructors // Properties // Methods public static System.Boolean FromString (System.String Value) { return false;} public static System.Boolean FromObject (System.Object Value) { return false;} // Events }; }