Gets the list of keys contained in the NameValueCollection instance.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
protected virtual string[] InnerKeys { get; } |
Visual Basic |
---|
Protected Overridable ReadOnly Property InnerKeys As String() Get |
Property Value
Type: array<String>[]()[][]A one-dimensional Array with zero-based indexing that contains all String elements in the NameValueCollection.
Remarks
Use InnerKeys to access the key array of a NameValueCollection
instance that might be a read-only or synchronized wrapper. This is necessary
because the key and value arrays of wrapper classes are always null references.