accessors 中文意思是什麼

accessors 解釋
訪問函數
  1. Scott ambler explains how to use accessors, and why their use is one of the most important standards your organization can enforce

    Scott ambler解釋了如何使用讀寫方法,以及為什麼使用這些讀寫方法會成為您的組織可以推行的一種最重要的標準。
  2. Is not that they are vulnerable to confusing alias side effects which they are, but that their semantics were not properly documented. if accessors were clearly documented to have reference semantics instead of the commonly assumed value semantics, callers might be more likely to realize that when they call

    如果存取器被清楚地說明為具有引用語義(而不是像通常那樣被假設為值語義) ,那麼調用者將更可能認識到,在它們調用setlocation時,它們是將point對象的所有權轉移給另一個實體,並且也不大可能仍然認為它們還擁有point對象的所有權,因而還能夠再次使用它。
  3. It is possible to declare an event using event accessors

    可以使用事件訪問器聲明事件。
  4. This sample shows how to create and use event accessors

    本示例演示如何創建和使用事件訪問器。
  5. Uses event accessors to create a more reliable server control

    使用事件訪問器創建更為可靠的服務器控制項。
  6. Event properties consist of event declarations accompanied by event accessors

    事件屬性由帶事件訪問器的事件聲明組成。
  7. Declaring event accessors

    聲明事件訪問器
  8. Event accessors sample

    >事件訪問器示例
  9. Event accessors use a syntax very similar to property accessors, using an

    事件訪問器使用的語法非常類似於屬性訪問器,它使用
  10. Control uses event accessors to optimize the memory consumed by creating events on the server control

    控制項使用事件訪問器優化在服務器控制項上創建事件時所使用的內存。
  11. In order to use event accessors, the class raising the event must have a mechanism to store and retrieve handlers

    引發事件的類必須具有存儲和檢索處理程序的機制,才能使用事件訪問器。
  12. Subscribing and unsubscribing to an event uses the same syntax regardless of whether event accessors are declared by the class

    無論類是否聲明了事件訪問器,事件的訂閱和取消訂閱都使用相同的語法。
  13. The el provides two different accessors for just this purpose - the dot operator

    就為了實現這種用途, el提供了兩種不同的存取器(點運算符(
  14. As with the file that contains private accessors, the file that contains unit tests is also visible in your test project in solution explorer

    與包含私有訪問器的文件類似,包含單元測試的文件在解決方案資源管理器中的測試項目中也可見。
  15. Properties, which serve as accessors for private member variables

    屬性( property ) ,充當私有成員變量的訪問器。
  16. Accessors of interface indexers differ from the accessors of

    介面索引器的訪問器與
  17. To reference static methods or property accessors

    引用靜態方法或屬性訪問器。
  18. Except that their accessors take parameters

    ,不同之處在於它們的訪問器採用參數。
  19. Accessor methods that are allowed to work directly with a field are the accessors themselves

    Java程序員必須掌握的一個基本概念是:允許對欄位直接操作的訪問器方法
  20. Both accessors return void, so any return statement must not return a value

    兩個訪問器都返回void ,因此所有返回語句都不能返回值。
分享友人