SymbolExplorer.ViewModels.ByteDataViewModel.ByteDataViewModel C# (CSharp) Method

ByteDataViewModel() public method

public ByteDataViewModel ( ) : System
return System
        public ByteDataViewModel()
        {
            ColumnCount = 16;
            ShowAddress = true;
        }