ModuleBuilder.IsResource Method

Definition

Gets a value indicating whether the object is a resource.

public:
 override bool IsResource();
public override bool IsResource ();
override this.IsResource : unit -> bool
Public Overrides Function IsResource () As Boolean

Returns

true if the object is a resource; otherwise, false.

Applies to