Click or drag to resize
MimeKit

AccessControlList Methods

The AccessControlList type exposes the following members.

Methods
 NameDescription
Public methodAdd
(Inherited from ListAccessControl)
Public methodAddRange
(Inherited from ListAccessControl)
Public methodAsReadOnly
(Inherited from ListAccessControl)
Public methodBinarySearch(T)
(Inherited from ListAccessControl)
Public methodBinarySearch(T, IComparerT)
(Inherited from ListAccessControl)
Public methodBinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListAccessControl)
Public methodClear
(Inherited from ListAccessControl)
Public methodContains
(Inherited from ListAccessControl)
Public methodConvertAllTOutput
(Inherited from ListAccessControl)
Public methodCopyTo(T)
(Inherited from ListAccessControl)
Public methodCopyTo(T, Int32)
(Inherited from ListAccessControl)
Public methodCopyTo(Int32, T, Int32, Int32)
(Inherited from ListAccessControl)
Public methodEquals
(Inherited from Object)
Public methodExists
(Inherited from ListAccessControl)
Protected methodFinalize
(Inherited from Object)
Public methodFind
(Inherited from ListAccessControl)
Public methodFindAll
(Inherited from ListAccessControl)
Public methodFindIndex(PredicateT)
(Inherited from ListAccessControl)
Public methodFindIndex(Int32, PredicateT)
(Inherited from ListAccessControl)
Public methodFindIndex(Int32, Int32, PredicateT)
(Inherited from ListAccessControl)
Public methodFindLast
(Inherited from ListAccessControl)
Public methodFindLastIndex(PredicateT)
(Inherited from ListAccessControl)
Public methodFindLastIndex(Int32, PredicateT)
(Inherited from ListAccessControl)
Public methodFindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListAccessControl)
Public methodForEach
(Inherited from ListAccessControl)
Public methodGetEnumerator
(Inherited from ListAccessControl)
Public methodGetHashCode
(Inherited from Object)
Public methodGetRange
(Inherited from ListAccessControl)
Public methodGetType
(Inherited from Object)
Public methodIndexOf(T)
(Inherited from ListAccessControl)
Public methodIndexOf(T, Int32)
(Inherited from ListAccessControl)
Public methodIndexOf(T, Int32, Int32)
(Inherited from ListAccessControl)
Public methodInsert
(Inherited from ListAccessControl)
Public methodInsertRange
(Inherited from ListAccessControl)
Public methodLastIndexOf(T)
(Inherited from ListAccessControl)
Public methodLastIndexOf(T, Int32)
(Inherited from ListAccessControl)
Public methodLastIndexOf(T, Int32, Int32)
(Inherited from ListAccessControl)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove
(Inherited from ListAccessControl)
Public methodRemoveAll
(Inherited from ListAccessControl)
Public methodRemoveAt
(Inherited from ListAccessControl)
Public methodRemoveRange
(Inherited from ListAccessControl)
Public methodReverse
(Inherited from ListAccessControl)
Public methodReverse(Int32, Int32)
(Inherited from ListAccessControl)
Public methodSort
(Inherited from ListAccessControl)
Public methodSort(ComparisonT)
(Inherited from ListAccessControl)
Public methodSort(IComparerT)
(Inherited from ListAccessControl)
Public methodSort(Int32, Int32, IComparerT)
(Inherited from ListAccessControl)
Public methodToArray
(Inherited from ListAccessControl)
Public methodToString
(Inherited from Object)
Public methodTrimExcess
(Inherited from ListAccessControl)
Public methodTrueForAll
(Inherited from ListAccessControl)
Top
See Also