C# Class System.Security.PermissionSetEnumeratorInternal

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentIndex ( ) : int
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
PermissionSetEnumeratorInternal ( PermissionSet permSet ) : System

Method Details

GetCurrentIndex() public méthode

public GetCurrentIndex ( ) : int
Résultat int

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void