'Declaration Public Overloads Function c() As Integer
'Declaration
Public Overloads Function c() As Integer
'Usage Dim instance As Context Dim value As Integer value = instance.c()
'Usage
Dim instance As Context Dim value As Integer value = instance.c()
public int c()
public: int c();
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Context Class Context Members Overload List