示例#1
0
		public void SetDefaultValues ()
		{
			Characteristics = 0;

			this.Magic = 0x53445352;
			this.Age = 0;
			this.Type = DebugStoreType.CodeView;
			this.FileName = string.Empty;
		}
        public void SetDefaultValues()
        {
            Characteristics = 0;

            this.Magic    = 0x53445352;
            this.Age      = 0;
            this.Type     = DebugStoreType.CodeView;
            this.FileName = string.Empty;
        }