DkmClrMethodScopeData.LocalConstants Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Local constants defined in the PDB.
public: initonly System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrLocalConstant ^> ^ LocalConstants;
public readonly System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalConstant> LocalConstants;
val mutable LocalConstants : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrLocalConstant>
Public ReadOnly LocalConstants As ReadOnlyCollection(Of DkmClrLocalConstant)