Table of Contents

Method IsCallable

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsCallable(ChannelType)

Determines if the channel type is callable.

public static bool IsCallable(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is callable, otherwise false.