Gets the list of values 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[] InnerValues { get; } |
Visual Basic |
---|
Protected Overridable ReadOnly Property InnerValues 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 InnerValues to access the value 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.