C# Class XSharp.Project.WPF.XSharpRuntimeNameFactory

Inheritance: RuntimeNameFactory
Afficher le fichier Open project: X-Sharp/XSharpPublic

Méthodes publiques

Méthode Description
CreateUniqueName ( Type itemType, string proposedName, Predicate matchScope, bool rootScope, RuntimeNameProvider provider ) : string

Method Details

CreateUniqueName() public méthode

public CreateUniqueName ( Type itemType, string proposedName, Predicate matchScope, bool rootScope, RuntimeNameProvider provider ) : string
itemType System.Type
proposedName string
matchScope Predicate
rootScope bool
provider RuntimeNameProvider
Résultat string