Extension methods for an Object.

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public static class ObjectExtensions
Visual Basic
<ExtensionAttribute> 
Public NotInheritable Class ObjectExtensions
Visual C++
[ExtensionAttribute]
public ref class ObjectExtensions abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ObjectExtensions =  class end

Inheritance Hierarchy

System..::..Object
  System.Extensions..::..ObjectExtensions

See Also