Mono.CSharp.DefiniteAssignmentBitSet.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : bool
index int
Résultat bool
		public bool this[int index] {
			get {
				return GetBit (index);
			}
		}