TryCreate Method (T, T)

Glimpse API

AlternateType T  TryCreate Method (T, T ) Glimpse API Documentation
Tries to create an alternate type.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool TryCreate(
	T originalObj,
	out T newObj
)
public bool TryCreate(
	T originalObj,
	out T newObj
)

Parameters

originalObj
Type: T
The original object.
newObj
Type: T 
The new object.

Return Value

A proxied implementation of the originalObj.

Implements

IAlternateType T  TryCreate(T, T )
See Also