IdeaBlade DevForce 2010 Help Reference
CreateUnboundCopy Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IPredicateDescription Interface : CreateUnboundCopy Method



Returns a clone of this predicate description with a null instance type - used by ToPredicate{T}

Syntax

Visual Basic (Declaration) 
Function CreateUnboundCopy() As IPredicateDescription
Visual Basic (Usage)Copy Code
Dim instance As IPredicateDescription
Dim value As IPredicateDescription
 
value = instance.CreateUnboundCopy()
C# 
IPredicateDescription CreateUnboundCopy()
C++/CLI 
IPredicateDescription^ CreateUnboundCopy(); 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.