本文整理汇总了C#中TypeOption类的典型用法代码示例。如果您正苦于以下问题:C# TypeOption类的具体用法?C# TypeOption怎么用?C# TypeOption使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
TypeOption类属于命名空间,在下文中一共展示了TypeOption类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: ShowHighlight
public static jQueryObject ShowHighlight(this jQueryObject q, HighlightOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
return null;
}
示例2: CreateDecipherIV
public static Decipher CreateDecipherIV(string algorithm, TypeOption<string, Buffer> password, TypeOption<string, Buffer> iv)
{
return null;
}
示例3: ConvertQuadFromNode
public static DOMQuad ConvertQuadFromNode(DOMQuad quad, TypeOption<XmlText, Element, DocumentBase> from, ConvertCoordinateOptions options)
{
return default(DOMQuad);
}
示例4: ConvertQuadFromNode
public DOMQuad ConvertQuadFromNode(DOMQuad quad, TypeOption<XmlText, Element, DocumentBase> from)
{
return default(DOMQuad);
}
示例5: Value
public void Value(TypeOption<bool, int> value) {
}
示例6: SyncRequest
public string SyncRequest(TypeOption option, List<Parameter> listParam, List<Parameter> listFile)
{
return base.SyncRequest(ApiType.GetUrl(option), ApiType.GetHttpMethod(option),
oauthkey,listParam,listFile);
}
示例7: Add
public void Add(TypeOption<OptionElement, OptGroupElement> element, TypeOption<Element, int> before)
{
}
示例8: BounceTask
public static Task BounceTask(this jQueryObject q, BounceOptions options = null, TypeOption<int, string> duration = null) {
return null;
}
示例9: HideSlide
public static jQueryObject HideSlide(this jQueryObject q, SlideOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
return null;
}
示例10: ToggleShake
public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
return null;
}
示例11: ToggleSizeTask
public static Task ToggleSizeTask(this jQueryObject q, SizeOptions options = null, TypeOption<int, string> duration = null) {
return null;
}
示例12: ShowShakeTask
public static Task ShowShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null) {
return null;
}
示例13: ShowPulsate
public static jQueryObject ShowPulsate(this jQueryObject q, PulsateOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
return null;
}
示例14: ToggleHighlightTask
public static Task ToggleHighlightTask(this jQueryObject q, HighlightOptions options = null, TypeOption<int, string> duration = null) {
return null;
}
示例15: RemoveClass
public static jQueryObject RemoveClass(this jQueryObject q, string className, TypeOption<int, string> duration, string easing, Delegate complete) {
return null;
}