Method | Description | |
---|---|---|
Add ( System.Guid key, |
Adds an element with the specified key and value to this ControlsRepository.
|
|
Contains ( System.Guid key ) : bool |
Determines whether this ControlsRepository contains a specific key.
|
|
ContainsKey ( System.Guid key ) : bool |
Determines whether this ControlsRepository contains a specific key.
|
|
ContainsValue ( |
Determines whether this ControlsRepository contains a specific value.
|
|
ControlsRepository ( |
Initializes a new empty instance of the ControlsRepository class
|
|
Remove ( System.Guid key ) : void |
Removes the element with the specified key from this ControlsRepository.
|
|
this ( System.Guid key ) : |
Gets or sets the Control associated with the given Guid
|
public Add ( System.Guid key, |
||
key | System.Guid | /// The Guid key of the element to add. /// |
value | /// The Control value of the element to add. /// | |
return | void |
public Contains ( System.Guid key ) : bool | ||
key | System.Guid | /// The Guid key to locate in this ControlsRepository. /// |
return | bool |
public ContainsKey ( System.Guid key ) : bool | ||
key | System.Guid | /// The Guid key to locate in this ControlsRepository. /// |
return | bool |
public ContainsValue ( |
||
value | /// The Control value to locate in this ControlsRepository. /// | |
return | bool |
public ControlsRepository ( |
||
p_ParentControl | ||
return | System |
public Remove ( System.Guid key ) : void | ||
key | System.Guid | /// The Guid key of the element to remove. /// |
return | void |
public this ( System.Guid key ) : |
||
key | System.Guid | /// The Guid whose value to get or set. /// |
return |