Skip to content

Z.ExtensionMethods (V.2.0.6)

Compare
Choose a tag to compare
@zzzprojects zzzprojects released this 20 Jul 17:50
· 82 commits to master since this release

Version 2.0.6

  • ADDED: FULL API documentation powered by .NET Documentation Generator (v.0.0.2 Alpha)
  • ADDED: DirectoryInfo.CopyTo // Copy the source directory to the destination directory
  • ADDED: Object.Try // Try an action and return the value or a bool
  • ADDED: ConstructorInfo.GetSignature // Get the signature
  • ADDED: FieldInfo.GetSignature // Get the signature
  • ADDED: MemberInfo.GetSignature // Get the signature
  • ADDED: MethodInfo.GetSignature // Get the signature
  • ADDED: ParameterInfo.GetSignature // Get the signature
  • ADDED: PropertyInfo.GetSignature // Get the signature
  • ADDED: TypeInfo.GetSignature // Get the signature
  • FIXED: TypeInfo.GetDeclarations (Added support 'in' modifier, 'out' modifier, 'new', 'class')

View online documentations:
http://www.zzzprojects.com/documentations/dotnet/extension-methods/