System.Windows.Forms.BindingsCollection.ShouldSerializeMyAll C# (CSharp) Метод

ShouldSerializeMyAll() защищенный Метод

protected ShouldSerializeMyAll ( ) : bool
Результат bool
		protected internal bool ShouldSerializeMyAll() {
			if (this.Count>0) {
				return(true);
			} else {
				return(false);
			}
		}
		#endregion	// Public Instance Methods