コード例 #1
0
 public DebuggerProperty(Debugger debugger, CorProperty prop)
 {
     debugger.Dispatcher.VerifyAccess();
     this.debugger   = debugger;
     this.prop       = prop;
     this.hashCode   = prop.GetHashCode();
     this.token      = prop.Token;
     this.name       = prop.GetName() ?? string.Empty;
     this.Attributes = prop.GetAttributes();
 }
コード例 #2
0
ファイル: DebuggerProperty.cs プロジェクト: levisre/dnSpy
		public DebuggerProperty(Debugger debugger, CorProperty prop) {
			debugger.Dispatcher.VerifyAccess();
			this.debugger = debugger;
			this.prop = prop;
			this.hashCode = prop.GetHashCode();
			this.token = prop.Token;
			this.name = prop.GetName() ?? string.Empty;
			this.attributes = prop.GetAttributes();
		}
コード例 #3
0
ファイル: Imagem.cs プロジェクト: TsplayerT/ControleAcesso
 set => SetValue(CorProperty, value);