Devcorner.NIdenticon.IdenticonGenerator.WithBrushGenerator C# (CSharp) Méthode

WithBrushGenerator() public méthode

public WithBrushGenerator ( IBrushGenerator brushGenerator ) : IdenticonGenerator
brushGenerator IBrushGenerator
Résultat IdenticonGenerator
        public IdenticonGenerator WithBrushGenerator(IBrushGenerator brushGenerator)
        {
            this.DefaultBrushGenerator = brushGenerator;
            return this;
        }