Mod<T> 類別
用來執行 Mod 作業的活動。
命名空間: Microsoft.Activities.Expressions
組件: Microsoft.Activities (在 Microsoft.Activities.dll 中)
繼承階層架構
System.Object
System.Activities.Activity
System.Activities.ActivityWithResult
System.Activities.Activity<TResult>
System.Activities.CodeActivity<TResult>
Microsoft.Activities.Expressions.Mod<T>
語法
public sealed class Mod<T> : CodeActivity<T>
generic<typename T>
public ref class Mod sealed : CodeActivity<T>
[<Sealed>]
type Mod<'T> =
class
inherit CodeActivity<'T>
end
Public NotInheritable Class Mod(Of T)
Inherits CodeActivity(Of T)
類型參數
- T
數字的類型。
建構函式
名稱 | 描述 | |
---|---|---|
Mod<T>() | 初始化 Mod<T> 類別的新執行個體。 |
|
Mod<T>(InArgument<T>, InArgument<T>) | 初始化 Mod<T> 類別的新執行個體。 |
屬性
名稱 | 描述 | |
---|---|---|
CacheId | (繼承自 Activity。) |
|
DisplayName | (繼承自 Activity。) |
|
Id | (繼承自 Activity。) |
|
ImplementationVersion | (繼承自 CodeActivity<TResult>。) |
|
Left | 取得或設定左值。 |
|
Result | (繼承自 Activity<TResult>。) |
|
ResultType | (繼承自 ActivityWithResult。) |
|
Right | 取得或設定右值。 |
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) |
|
GetHashCode() | (繼承自 Object。) |
|
GetType() | (繼承自 Object。) |
|
ToString() | (繼承自 Activity。) |
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.Activities.Expressions 命名空間
回到頁首