Membri AceCollection
Represents a collection of access control entries specifying access rights for one or more trustees.
Il tipo AceCollection espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AceCollection | Initializes a new instance of the AceCollection class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Adds an object to the end of the AceCollection. | |
Clear | (Ereditato da CollectionBase). | |
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetEnumerator | (Ereditato da CollectionBase). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
OnClear | (Ereditato da CollectionBase). | |
OnClearComplete | (Ereditato da CollectionBase). | |
OnInsert | (Ereditato da CollectionBase). | |
OnInsertComplete | (Ereditato da CollectionBase). | |
OnRemove | (Ereditato da CollectionBase). | |
OnRemoveComplete | (Ereditato da CollectionBase). | |
OnSet | (Ereditato da CollectionBase). | |
OnSetComplete | (Ereditato da CollectionBase). | |
OnValidate | (Ereditato da CollectionBase). | |
RemoveAt | (Ereditato da CollectionBase). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Capacity | (Ereditato da CollectionBase). | |
Count | (Ereditato da CollectionBase). | |
InnerList | (Ereditato da CollectionBase). | |
Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the AceCollection class. | |
List | (Ereditato da CollectionBase). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList. . :: . .Add | (Ereditato da CollectionBase). | |
IList. . :: . .Contains | (Ereditato da CollectionBase). | |
ICollection. . :: . .CopyTo | (Ereditato da CollectionBase). | |
IList. . :: . .IndexOf | (Ereditato da CollectionBase). | |
IList. . :: . .Insert | (Ereditato da CollectionBase). | |
IList. . :: . .IsFixedSize | (Ereditato da CollectionBase). | |
IList. . :: . .IsReadOnly | (Ereditato da CollectionBase). | |
ICollection. . :: . .IsSynchronized | (Ereditato da CollectionBase). | |
IList. . :: . .Item | (Ereditato da CollectionBase). | |
IList. . :: . .Remove | (Ereditato da CollectionBase). | |
ICollection. . :: . .SyncRoot | (Ereditato da CollectionBase). |
In alto
Vedere anche