| Visual Basic (Declaration) | |
|---|---|
Public Interface IKeyedSubObjectEx Inherits IKeyedSubObject | |
| C# | |
|---|---|
public interface IKeyedSubObjectEx : IKeyedSubObject | |
The following is a sample implementation of the 'KeyLowercaseInterned' property exposed off the 'IKeyedSubObjectEx' interface,
| Visual Basic | Copy Code |
|---|---|
Private KeyValue As String = "" | |
| C# | Copy Code |
|---|---|
private string keyInterned; | |
