Member Design Guidelines

Types and interfaces are composed of members which can be any of the following:

  • Methods

  • Properties

  • Constructors

  • Events

  • Fields

Portions Copyright 2005 Microsoft Corporation. All rights reserved.

Portions Copyright Addison-Wesley Corporation. All rights reserved.

For more information on design guidelines, see the "Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries" book by Krzysztof Cwalina and Brad Abrams, published by Addison-Wesley, 2005.

In This Section

See Also

Other Resources

Design Guidelines for Developing Class Libraries