System.Windows.Forms.BindingsCollection.ShouldSerializeMyAll C# (CSharp) Method

ShouldSerializeMyAll() protected method

protected ShouldSerializeMyAll ( ) : bool
return bool
		protected internal bool ShouldSerializeMyAll() {
			if (this.Count>0) {
				return(true);
			} else {
				return(false);
			}
		}
		#endregion	// Public Instance Methods