[Visual Basic] Shared Public Function BaseType( _ ByVal type As Type _ ) As Type [C#] public static Type BaseType( Type type ); [C++] public: static Type* BaseType( Type* type ); [JScript] public static function BaseType( Type type ): Type;
PlatformSpecificItemAttribute Class | White.Core.UIItems Namespace