public sealed class ReadonlyExtraSource : IExtraSource,
IKrHasSource
Public NotInheritable Class ReadonlyExtraSource
Implements IExtraSource, IKrHasSource
public ref class ReadonlyExtraSource sealed : IExtraSource,
IKrHasSource
[<SealedAttribute>]
type ReadonlyExtraSource =
class
interface IExtraSource
interface IKrHasSource
end
ReadonlyExtraSource | Инициализирует новый экземпляр класса ReadonlyExtraSource. |
DisplayName | Отображаемое имя метода. |
HasSource | Показывает, задан ли исходный код, требующий компиляции. |
Name | Имя метода. |
ParameterName | Имя параметра. |
ParameterType | Тип параметра. |
ReturnType | Тип возвращаемого значения. |
Source | Исходный код. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToMutable | Преобразует объект к изменяемому типу. |
ToReadonly | Преобразует объект к неизменяемому типу. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |