Tags: isdaniel/Z.ExtensionMethods
Tags
ADD ToSqlDbType \ Revamp GetCustomAttributes ADD: Byte.SqlSystemTypeToSqlDbType ADD: Int16.SqlSystemTypeToSqlDbType ADD: Int.SqlSystemTypeToSqlDbType ADD: String.SqlTypeNameToSqlDbType ADD: GetCustomAttributeByFullName ADD: GetCustomAttributeByName ADD: GetCustomAttributesByFullName ADD: GetCustomAttributesByName ADD/FIX: GetCustomAttribute (Support enum, class, MemberInfo) ADD/FIX: GetCustomAttributes (Support enum, class, MemberInfo) ADD/FIX: GetCustomAttributeDescription (Support enum, class, MemberInfo)
Add: Object.Try, DirectoryInfo.CopyTo, [TypeInfo].GetSignature ADDED: DirectoryInfo.CopyTo // Copy the source directory to the destination directory ADDED: Try // Try an action and return the value or a bool ADDED: GetSignature // Get the signature from class, method, property, etc. FIXED: TypeInfo.GetDeclarations (Added support 'in' modifier, 'out' modifier, 'new', 'class')
PreviousNext