from p114
先前已經了解到,有兩種函式成員帶get和set訪問器:屬性和索引器。
預設情況下,成員的兩個訪問器和成員自身有相同的訪問級別。e.g.乙個屬性有public訪問級別,則其兩個訪問器都有同樣的訪問級別,對索引也一樣。
不過,自己可以為訪問器分配不同的訪問級別。
1輸出為:using
system;
2using
system.collections.generic;
3using
system.linq;
4using
system.text;
5using
system.threading.tasks;67
namespace
review812
public class1(string
name)
1316}17
class
program
1826
}27 }
ohoh
訪問器的訪問修飾符有幾個限制。最重要的如下:
□僅當成員(屬性or索引器)既有get訪問器也有set訪問器時,其訪問器才能有訪問修飾符
□雖然兩個訪問器都必須出現,但它們中只能有乙個有訪問修飾符
□訪問器的訪問修飾符必須比成員的訪問級別有更嚴格的限制性。
訪問器的訪問修飾符 訪問器級別層次
在預設情況下,成員的倆個訪問器有和成員自身相同的訪問級別,也就是說,如果乙個屬性有public訪問級別,那麼它的倆個訪問器有和成員自身相同的訪問級別,對索引也一樣,當然也可以為倆個訪問器分配不同的訪問級別。1 僅當成員 屬性或者索引器 既有get訪問器也有set訪問器時,其訪問器才能有訪問修飾符 2...
url的4種訪問方式
1.pathinfo 模式 重點!http 網域名稱 專案名 入口檔案 模組名 方法名 鍵1 值1 鍵2 值2 可以修改 url pathinfo depr 修改url的分隔符 2.普通模式 http 網域名稱 專案名 入口檔案?m 模組名 a 方法名 鍵1 值1 鍵2 值2 3.rewrite模式...
單播事件訪問器的應用
public delegate void treeselecteventhandler string str public delegate void findeventhandler string str static readonly object treeselecteventkey new ...