Mono.CSharp.DefiniteAssignmentBitSet.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : bool
index int
Результат bool
		public bool this[int index] {
			get {
				return GetBit (index);
			}
		}