System.Windows.Forms.BindingsCollection.ShouldSerializeMyAll C# (CSharp) Méthode

ShouldSerializeMyAll() protected méthode

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