C# Class NCop.Composite.Extensions.CompositeExtensions

Exibir arquivo Open project: sagifogel/NCop

Public Methods

Method Description
GetDisposableFromAttribute ( this type ) : bool
GetNameFromAttribute ( this type ) : string
GetTypeFromAttribute ( this type ) : Type

Method Details

GetDisposableFromAttribute() public static method

public static GetDisposableFromAttribute ( this type ) : bool
type this
return bool

GetNameFromAttribute() public static method

public static GetNameFromAttribute ( this type ) : string
type this
return string

GetTypeFromAttribute() public static method

public static GetTypeFromAttribute ( this type ) : Type
type this
return System.Type