Exemple #1
0
 /// <summary>
 /// Determines whether [contains] [the specified value].
 /// </summary>
 /// <param name="value">The value.</param>
 /// <returns>
 ///     <c>true</c> if [contains] [the specified value]; otherwise, <c>false</c>.
 /// </returns>
 public bool Contains(AODL.Document.Styles.MasterStyles.TextMasterPage value)
 {
     return(base.List.Contains(value as object));
 }
Exemple #2
0
 /// <summary>
 /// Removes the specified value.
 /// </summary>
 /// <param name="value">The value.</param>
 public void Remove(AODL.Document.Styles.MasterStyles.TextMasterPage value)
 {
     base.List.Remove(value as object);
 }
Exemple #3
0
 /// <summary>
 /// Inserts the specified index.
 /// </summary>
 /// <param name="index">The index.</param>
 /// <param name="value">The value.</param>
 public void Insert(int index, AODL.Document.Styles.MasterStyles.TextMasterPage value)
 {
     base.List.Insert(index, value as object);
 }
Exemple #4
0
 /// <summary>
 /// Adds the specified value.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <returns></returns>
 public int Add(AODL.Document.Styles.MasterStyles.TextMasterPage value)
 {
     return(base.List.Add(value as object));
 }