ParameterImportConventionBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a helper type that is used when configuring a PartConventionBuilder<T>.
public ref class ParameterImportConventionBuilder abstract
public abstract class ParameterImportConventionBuilder
type ParameterImportConventionBuilder = class
Public MustInherit Class ParameterImportConventionBuilder
- Inheritance
-
ParameterImportConventionBuilder
Remarks
This class is used only in expressions; instances of this type are never created.
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Import<T>() |
Imports the specified type. |
Import<T>(Action<ImportConventionBuilder>) |
Imports the specified generic type by using the specified configuration. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |