Class SizeOfResolveResult
- Namespace
- ICSharpCode.Decompiler.Semantics
- Assembly
- ICSharpCode.Decompiler.dll
Represents the 'sizeof'.
public class SizeOfResolveResult : ResolveResult
- Inheritance
-
SizeOfResolveResult
- Inherited Members
- Extension Methods
Constructors
SizeOfResolveResult(IType, IType, int?)
public SizeOfResolveResult(IType int32, IType referencedType, int? constantValue)
Parameters
Properties
ConstantValue
public override object ConstantValue { get; }
Property Value
IsCompileTimeConstant
public override bool IsCompileTimeConstant { get; }
Property Value
IsError
public override bool IsError { get; }
Property Value
ReferencedType
The type referenced by the 'sizeof'.
public IType ReferencedType { get; }