Entry Constructor (Object, Object)
Namespace: Microsoft.TeamFoundation.Proxy
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Декларация
Public Sub New ( _
key As Object, _
value As Object _
)
public Entry(
Object key,
Object value
)
public:
Entry(
Object^ key,
Object^ value
)
new :
key:Object *
value:Object -> Entry
public function Entry(
key : Object,
value : Object
)
Parameters
- key
Type: System.Object
- value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.