Aracılığıyla paylaş


FunctionAttribute.IsComposable Özellik

Tanım

Bir yöntemin bir işlevle mi yoksa saklı yordamla mı eşlenmiş olduğunu alır veya ayarlar.

public:
 property bool IsComposable { bool get(); void set(bool value); };
public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean

Özellik Değeri

true bir işlevse; false saklı bir yordamsa.

Şunlara uygulanır