System.Runtime.Serialization.FxTrace.IsEventEnabled C# (CSharp) Method

IsEventEnabled() public static method

public static IsEventEnabled ( int index ) : bool
index int
return bool
		public static bool IsEventEnabled (int index)
		{
			return false;
		}