P

   
params

A parameter modifier that specifies that the last parameter of a method can accept multiple parameters of the same type.



private

An access modifier that indicates that only the containing type can access the member.



protected

An access modifier that indicates that only the containing type or derived types can access the member.



public

An access modifier that indicates that a type or type member is accessible to all other types.



   


Learning C#
Learning C# 3.0
ISBN: 0596521065
EAN: 2147483647
Year: 2005
Pages: 178

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net