Dim statement Declares and allocates storage space for one or more variables. Dim { [As [New] dataType [(boundList)]][= initializer]}[, var2]
Diagnostics and data collection for IIS is configured for {0}. Administrative privileges are required for IIS collection. ...
Dictionary of type '{0}' cannot add key '{1}'. A TypeConverter will convert the key to type '{2}'. To avoid seeing this error, ...
digraph used, character sequence '%s' interpreted as token '%s' (insert a space between the two characters if this is not ...
Dim statement Declares and allocates storage space for one or more member field. Dim { As New dataType (boundList)][= initializer]}[, ...
Dim statement Declares and allocates storage space for one or more variables. Dim { As New dataType (boundList)][= initializer]}[, ...
Direct comparisons against 'Single.NaN' or 'Double.NaN' (not a number) always return true for inequality and false for all ...
DirectCast keyword Introduces a type conversion operation similar to CType. The difference is that CType succeeds as long ...
Directory to search for rule set files that are specified by the /ruleset switch or are included by one of the specified ...
DirectoryInfo does not return the size of the directory, so we have to calculate it manually. We do this by calculating the ...