Click or drag to resize
ExtensionsAsInstanceOfT Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Extensions.AsInstanceOf``1(System.Object)"]

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static T AsInstanceOf<T>(
	this Object self
)

Parameters

self
Type: SystemObject

[Missing <param name="self"/> documentation for "M:Akka.Util.Internal.Extensions.AsInstanceOf``1(System.Object)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Util.Internal.Extensions.AsInstanceOf``1(System.Object)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Akka.Util.Internal.Extensions.AsInstanceOf``1(System.Object)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also